Highest Rated Comments
Kinrany2 karma
/u/jasonrohrer, the answer to this question isn't visible for some reason, even though it can be found by browsing through your comment history: https://www.reddit.com/r/IAmA/comments/a67qi1/im_jason_rohrer_solo_dev_of_one_hour_one_life_and/ebsqdqu/
Kinrany5 karma
Sure!
The three below seem the most useful, though being able to *make* **text** ~~
pretty~~ is also nice.Lists are great!
Just add
*
or-
for bullet points, like this:* first
* second
* third
Numbered lists are a bit weird though: just
1.
,2.
,3.
, but the numbers always start with 1, and you can't override that.The text in the bullet point can be multiline if you add two spaces after each line and
threeone or more before each line after the first one.There's a short formatting help in the comment form with links to the original Markdown syntax and the reddit's version of it.
There's also CommonMark, an effort to standardize Markdown. The original spec wasn't precise enough, so every parser is a bit different.
View HistoryShare Link