Skip to content
desuwa edited this page Sep 16, 2015 · 2 revisions

Markup

Comments are formatted using a custom markdown-like syntax:

Inline elements:

>quotes: interrupted by new lines.
*italics*: interrupted by new lines. Can't start or end in the middle of a word.
$$spoiler$$: can span over several lines. Can't start or end in the middle of a word.

Fenced elements:

```
code block
```

~~~
ASCII/SJIS Art block
~~~

The markers to open or close a fenced block have to be on their own line.

Clone this wiki locally