Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Bio & Info: Style Code

Iv tryed adding one of these cod eblocks and assumed i could use HTML in there but it did nothing just sohwed the box with what i had typed in it once saved. How do these code blocks work? 
1638317018
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Which code blocks are you talking about? Those fields can only received typed info styled with the styling tools. Rendered HTML can often be copied and pasted in there, and the API can write HTML and CSS directly.
1638337278

Edited 1638337323
Gold
Forum Champion
You can use a special type of code there, called Markdown. Not all Markdown is available, but some nice ones like Headline sizes, italics, bold, are available. For the code blocks, put ` marks around it ` on both sides. Guide to Markdown syntax (how to type it): <a href="https://www.markdownguide.org/basic-syntax/" rel="nofollow">https://www.markdownguide.org/basic-syntax/</a> Works in Game Description, and Profile Bio areas!
Gold said: You can use a special type of code there, called Markdown. Not all Markdown is available, but some nice ones like Headline sizes, italics, bold, are available. For the code blocks, put ` marks around it ` on both sides. Guide to Markdown syntax (how to type it): <a href="https://www.markdownguide.org/basic-syntax/" rel="nofollow">https://www.markdownguide.org/basic-syntax/</a> Works in Game Description, and Profile Bio areas! Thanks. was really hoping it would be HTML so i could make some neat pages for characters. Never mind.&nbsp;
1638398116
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
There is an amazing API script that allows you to do this. Or you can copy&nbsp; and paste from a source where you have already done this (such as a google doc). But there is no off-the-shelf internal editor for it. :(