pbugnion / gmaps

Google maps for Jupyter notebooks
https://jupyter-gmaps.readthedocs.io/en/stable/
Other
760 stars 146 forks source link

Info box content style #302

Closed lrondi closed 5 years ago

lrondi commented 5 years ago

Hi!

Is it possible to add style to the content on the info box? Like new lines, bullets, bold, italics, etc.

Thank you very much!

lrondi commented 5 years ago

Found the tutorial.

pbugnion commented 5 years ago

Great!

For anybody else reading this, there's information here.

You can just embed HTML in the info box, so writing something like:

<b>this is bold</b>
<i>this is italic</i>

should just work.