Paragraph
This is a paragraph.
This is also a paragraph
but this is not.
Produces:
This is a paragraph.
This is also a paragraph
but this is not.
Headers
header
header
header
header
header
header
header
-- header --
Produces:
header
header
header
header
header
header
header
-- header --
Modifiers
align right
align right
centered
align left
justified
left indent 1em
left indent 2em
Produces:
align right
align right
centered
align left
justified
left indent 1em
left indent 2em
Link
A link follows "Bookvoid":http://bookvoid.com
Produces:
A link follows "Bookvoid":http://bookvoid.com
Special characters
"A quoted passage with -- assorted - replaced entities... , including, (TM), (R) and (C). "
Produces:
"A quoted passage with -- assorted - replaced entities... , including, (TM), (R) and (C). "
Block quotation
A block quotation.
Not a quote.
A multi-line block quotation.
Same line.
Another line.
Done
Produces:
A block quotation.
Not a quote.
A multi-line block quotation.
Same line.
Another line.
Done
Text modifiers
Throughout the lands *lay* **miserably crushed** Before _all eyes_ beneath __Religion__- who Would show her @@head@@ along the region ++skies++, ^Glowering^ ~on~ ___mortals___.
Produces:
Throughout the lands *lay* **miserably crushed** Before _all eyes_ beneath __Religion__- who Would show her @@head@@ along the region ++skies++, ^Glowering^ ~on~ ___mortals___.
Lists
# first item
# second item
# third
## first sub item
##second sub item
##third sub item
* first item
* second item
* third
** first sub item
**second sub item
**third sub item
Produces:
# first item
# second item
# third
## first sub item
##second sub item
##third sub item
* first item
* second item
* third
** first sub item
**second sub item
**third sub item
Box
box
Multiline box.
This is not a new paragraph.
This is a new paragraph.
Produces:
box
Multiline box.
This is not a new paragraph.
This is a new paragraph.
Code
Indentation is preserved and Bookvoid markup is ignored between 'cd.' and 'dc.' markup lines.
cd.
code
with indentation preserved.
dc.
box.
cd.
code in box
dc.
Produces:
code
with indentation preserved.
code in box
Math
Math is generated with the "MathJax":http://www.mathjax.org/docs/1.1/tex.html javascript library in TeX mode. An equation editor such as "Daum Equation Editor":https://chrome.google.com/webstore/detail/dinfmiceliiomokeofbocegmacmagjhe may help you make more complexe equations.
The wheels on the bus $$$\cos (2\theta) = \cos^2 \theta - \sin^2 \theta$$$ go round and round.
The wheels on the bus $$\cos (2\theta) = \cos^2 \theta - \sin^2 \theta$$go round and round.
Produces:
The wheels on the bus $$$\cos (2\theta) = \cos^2 \theta - \sin^2 \theta$$$ go round and round.
The wheels on the bus $$\cos (2\theta) = \cos^2 \theta - \sin^2 \theta$$ go round and round.
Table
name |_. age |_. Hair colour |
| joan | 24 |{background:#ddd}. Grey |
| archie | 29 |{color:#f00}. Red |
attribute list, spanning 2 cols |
align left |>. align right|
center |<>. justify |
valign top |~. bottom |
spans 3 rows | a |
| b |
| c |
Produces
name |_. age |_. Hair colour |
| joan | 24 |{background:#ddd}. Grey |
| archie | 29 |{color:#f00}. Red |
attribute list, spanning 2 cols |
align left |>. align right|
center |<>. justify |
valign top |~. bottom |
spans 3 rows | a |
| b |
| c |
If you need custom tables, you may create them externally and include them as images.
Caption
This is a caption.
Produces:
This is a caption.