marky
ExampleDate
Abstract – This is a
marky
example document for illustratingmarky
markup. Themarky
source code of this document can be read here. For more information please refer to themarky
repository,marky
documentation or themarky
quickstart.
This is a reference to Section 1.
This is a reference to Fig. 1.
A | B | C | D |
---|---|---|---|
000 | 111 | 444 | 555 |
222 | 333 | 666 | 777 |
This is a reference to Table 1.
eiπ + 1 = 0(1)
This is a reference to Eq. 1.
This is a citation (Muller 1993).
marky
Markup for Execution of Embedded Python CodeDisplayed Code, Executed
import math
def list_and(l):
return ", ".join(str(i) for i in l[:-1]) + " and " + str(l[-1])
= 2
x = math.sqrt(x) y
Hidden Code, Executed
Displayed Code, Not Executed
= 3 x
Inline Formatted Output
The square root of x = 2 is 1.414.
Inline Expression
The first ten numbers are 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.
Format Links
[Link to document](file.???)
will be proprocessed into the following text:
html
: [Link to document](file.html)
pdf
: [Link to document](file.pdf)
Format Codes
def html_FMTCODE(): return "H<sup>T</sup><sub>M</sub>L"
def pdf_FMTCODE(): return "\LaTeX"
This is a ?_FMTCODE()
document.
Thanks for reading, please try marky
.