mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
35 lines
951 B
Text
35 lines
951 B
Text
|
.textile-syntax-reference
|
||
|
strong<> Syntax quick reference:
|
||
|
|
||
|
span
|
||
|
strong>
|
||
|
' *bold*
|
||
|
em> _italic_
|
||
|
span.spoiler>
|
||
|
| [spoiler]hide text[/spoiler]
|
||
|
code> @code@
|
||
|
ins> +underline+
|
||
|
del> -strike-
|
||
|
sup> ^sup^
|
||
|
sub ~sub~
|
||
|
|
||
|
button< class="button" type="button" data-click-toggle="button:hover + .textile_help, button:focus + .textile_help"
|
||
|
' …
|
||
|
|
||
|
p.hidden.textile_help
|
||
|
' [==stuff you don't want textile to parse==]
|
||
|
br
|
||
|
|
||
|
ins> Links:
|
||
|
' "On-site link":/some-link, "External link":http://some-link
|
||
|
br
|
||
|
|
||
|
ins> Images:
|
||
|
' >>1 — link to image, >>1t — embed image thumbnail (>>1p — large preview, >>1s — small thumbnail)
|
||
|
br
|
||
|
|
||
|
ins> External images:
|
||
|
' !http://some-image!, !http://some-clickable-image!:http://some-link
|
||
|
br
|
||
|
|
||
|
strong> Remember to use embeds (>>) for booru images as these let users filter content they don't want to see
|