how to bold text in typeform text | Community
Skip to main content
Answered

how to bold text in typeform text


Dear Sirs

   I hope to create a typeform post using API.

   some keywords in the page need to be bolded , what should I do ?

I prepare a JSON file to post to  typeform,

following is part of code.

I hope high light “TITLE”

bodyJason.fields[1].properties.description =

'.TITLE topic 1:'+date1+'\n\u3000'+….

 

Best answer by picsoung

Hey @AlfinSky 

We use basic markdown inspired syntax to stylize text

Put text between _ to get italic styling

_awesome_ with give you awesome

Put text between * to get bold styling

*awesome* will give you awesome

View original

4 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14960 replies
  • July 24, 2023

Hi @AlfinSky Happy Monday! I hope you’re having a great week so far. I don’t believe it’s possible to add text formatting through the API, but @mathio might be able to confirm this. 


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • July 25, 2023

Hello @AlfinSky and @Liz 

I am not sure if this is possible, I never tried. If it does not work then it probably isn’t, but maybe @picsoung might have more experience with using the API.


picsoung
Typeform
Forum|alt.badge.img+5
  • Developer Advocate @ Typeform
  • 390 replies
  • Answer
  • July 25, 2023

Hey @AlfinSky 

We use basic markdown inspired syntax to stylize text

Put text between _ to get italic styling

_awesome_ with give you awesome

Put text between * to get bold styling

*awesome* will give you awesome


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14960 replies
  • July 25, 2023

Thank you so much, @picsoung ! Let us know if you have any trouble setting that up, @AlfinSky 


Reply