You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to define words that need to be bolded in resume.json, how would I go about passing this to handlebars to be rendered as HTML? I just needing the simplest solution
Lets say i've got this json
"work": [
{
"summary": "Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.",
"highlights": []
}
]
I'm attempting to render it like this -
Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™* that are not merely competitive, but approach the theoretical limit of lossless compression.
The text was updated successfully, but these errors were encountered:
I would like to define words that need to be bolded in resume.json, how would I go about passing this to handlebars to be rendered as HTML? I just needing the simplest solution
Lets say i've got this json
I'm attempting to render it like this -
The text was updated successfully, but these errors were encountered: