Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Markdown"

From Roll20 Wiki

Jump to: navigation, search
m
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 style text & roll output.
+
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.
  
More details: '''[[Complete_Guide_to_Macros_%26_Rolls#Markdown|Complete Guide to Macros & Rolls - Markdown]]'''
+
{{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


Main Page: Complete Guide to Macros & Rolls#Markdown

Some Markdown Wikipedia-Black-W.png 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}.