Skip to content
Max Rothman edited this page Feb 7, 2016 · 2 revisions
  • Use em-dashes (---, which render as "—") to fill spaces left intentionally empty:

    Giant Spider
    ------------
    ...
    **Languages** ---
    
  • Use en-dashes (--, which render as "–") in ranges:

    +-------------+---------+
    |Random Chance| Effect  |
    +=============+=========+
    |  01--50     | A thing |
    +-------------+---------+
    |  51--00     | Another |
    +-------------+---------+
    
  • Use spaces in die roll specifiers around modifiers: write 1d20 + 5, not 1d20+5.

  • Use hyphens to indicate subtraction: 1d20 - 10

Clone this wiki locally