jsonresume-theme-boilerplate icon indicating copy to clipboard operation
jsonresume-theme-boilerplate copied to clipboard

Bold Text?

Open SethCalkins opened this issue 8 years ago • 1 comments

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.

SethCalkins avatar Aug 24 '16 07:08 SethCalkins

Adding <b> tags works.

b1-88er avatar Nov 14 '23 21:11 b1-88er