jsonresume-theme-boilerplate
jsonresume-theme-boilerplate copied to clipboard
Bold Text?
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.
Adding <b>
tags works.