Answered

how to bold text in typeform text

  • 23 July 2023
  • 4 replies
  • 158 views

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'+….

 

icon

Best answer by picsoung 25 July 2023, 17:04

View original

4 replies

Userlevel 7
Badge +5

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. 

Userlevel 7
Badge +5

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.

Userlevel 7
Badge +5

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

Userlevel 7
Badge +5

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

Reply