Difference between revisions of "Markdown"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m |
||
Line 1: | Line 1: | ||
{{revdate}}{{stub}} | {{revdate}}{{stub}} | ||
+ | {{main|Complete Guide to Macros & Rolls#Markdown}} | ||
− | Some Markdown can be used in Roll20's {{Text Chat}} to | + | Some {{wiki|Markdown|Markdown}} can be used to style text & roll output seen in Roll20's {{Text Chat}}. |
+ | <onlyinclude> | ||
+ | Markdown is available to let you bold, italic, bold-italic, create a hyperlinks, or include even an image in your macros and text as they appear in the {{Text Chat}}. | ||
+ | <pre style="overflow:auto;white-space:pre-wrap;"> | ||
+ | * italics * | ||
+ | ** bold ** | ||
+ | *** bold italics *** | ||
+ | [Dodge](https://roll20.net/compendium/dnd5e/Rules:Actions%20in%20Combat#h-Dodge) | ||
+ | </pre> | ||
+ | Alternative to adding the markdown into the macros, you can sometimes add the markdown to your [[Complete_Guide_to_Macros_%26_Rolls#Character_Attributes|Character Attributes]], so you can have a universal macro, and make individual adjustment to to how you want each output to look like. | ||
− | + | {{ex}} | |
+ | <pre style="overflow:auto;white-space:pre-wrap;">/em his **@{bob|height}** tall, and can be described as: @{bob|description}. | ||
+ | </pre> | ||
+ | </onlyinclude> | ||
+ | |||
+ | [[Category:Macros]] |
Revision as of 14:47, 19 October 2021
Page Updated: 2021-10-19 |
This article is a stub. |
Main Page: Complete Guide to Macros & Rolls#Markdown
Some Markdown can be used to style text & roll output seen in Roll20's q Text Chat.
Markdown is available to let you bold, italic, bold-italic, create a hyperlinks, or include even an image in your macros and text as they appear in the q Text Chat.
* italics * ** bold ** *** bold italics *** [Dodge](https://roll20.net/compendium/dnd5e/Rules:Actions%20in%20Combat#h-Dodge)
Alternative to adding the markdown into the macros, you can sometimes add the markdown to your Character Attributes, so you can have a universal macro, and make individual adjustment to to how you want each output to look like.
Example:
/em his **@{bob|height}** tall, and can be described as: @{bob|description}.