Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bold Text? #13

Open
SethCalkins opened this issue Aug 24, 2016 · 1 comment
Open

Bold Text? #13

SethCalkins opened this issue Aug 24, 2016 · 1 comment

Comments

@SethCalkins
Copy link

SethCalkins commented Aug 24, 2016

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.

@b1-88er
Copy link

b1-88er commented Nov 14, 2023

Adding <b> tags works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants