| What you type | What you get |
|---|---|
| [b]bold[/b] | bold |
| [i]italics[/i] | italics |
| [u]underline[/u] | underline |
| [s]strikethrough[/s] | |
| [tn]note[/tn] | <%= format_text "[tn]note[/tn]" %> |
| [spoilers]ssh![/spoilers] | <%= format_text " [spoilers]ssh![/spoilers]" %> |
| <<%= root_url.chomp("/") %>> | <%= format_text root_url.chomp("/") %> |
| "<%= Danbooru.config.app_name %>":[<%= root_url.chomp("/") %>] | <%= format_text "\"#{Danbooru.config.app_name}\":[#{root_url.chomp("/")}]" %> |
| [[Kantai Collection]] | <%= format_text "[[Kantai Collection]]" %> |
| [[Kantai Collection|Kancolle]] | <%= format_text "[[Kantai Collection|Kancolle]]" %> |
| [[Fate (series)|]] | <%= format_text "[[Fate (series)|]]" %> |
| {{kantai_collection comic}} | <%= format_text "{{kantai_collection comic}}" %> |
| @user | <%= format_text "@user" %> |
| post #1 | <%= format_text "post #1" %> |
| topic #1 | <%= format_text "topic #1" %> |
|
* one * two * three |
<%= format_text "* one\n* two\n* three" %> |
| h1. Big header | <%= format_text "h1. Big header" %> |
| h6. Small header | <%= format_text "h6. Small header" %> |
| [quote]Somebody said: hi![/quote] | <%= format_text "[quote]Somebody said: hi![/quote]" %> |
See <%= link_to_wiki "help:dtext" %> for more formatting help.