PW-press uses Texy!
2017-10-18T17:22:00+02:00PW-press

Texy!
Inline text elements
Texy allows you to enter content using an easy to read Texy syntax which is filtered into structurally valid HTML5. No knowledge of HTML is required.
For example: *emphasis*
,
**strong emphasis** and `***stronger emphasis***
redner
<p><em>emphasis</em>, <strong>strong emphasis</strong> and <strong><em>stronger
emphasis</em></strong>.</p>
emphasis, strong emphasis and stronger emphasis.
>
– blockquote
.[blockquote text-right bg-info text-white]
> This is a blockquote with two paragraphs.
>
> 640 K should be enough for everyone
>
>:http://www.microsoft.com
This is a blockquote with two paragraphs.
640 K should be enough for everyone
HTML5
Allowed tags in PW-Press are:
<dfn>
–
displays text as a term for definition
Allowed attributes: none
`<dfn>a definition</dfn>`
a definition
<meter>
–
show a guage of measurement
`<meter value="2" min="0" max="10"></meter>`
<progress>
– progress
bar
`<progress value="22" max="100"></progress>`
<q>
– short quotation
`<q>a short quotation</q>`
a short quotation
<ruby>
– for asian
characters
`<ruby>いち に</ruby>`
いち に
<s>
–
corrections, or strike-through text
`<s>My coat is blue</s>. My new coat is red.`
My coat is blue. My new coat is red.
<samp>
–
sample of computer output
`<samp>Sample output from a computer program</samp>`
Sample output from a computer program
<small>
– smaller
text
`<small>Copyright 1999-2050 by Refsnes Data.</small>`
Copyright 1999–2050 by Refsnes Data.