Header Level One
Header Level Two
Paragraph (Bold) (Italic) Strikethrough (Monospace)
Footnote/Citation Reference1
- List Level One
- List Level Two
- List Level Three
- List Level Two
Block Quote
Level OneBlock Quote
Level TwoBlock Quote
Level Three
int main() {
printf("Code Block\n");
printf("Line inside the same code block which is much longer than the line preceding it");
exit(0);
}
(and some as well)
“Ünicøde” Test
(this seems to break the table of contents sometimes)
Paragraph Test
In mathematics, computer science, and linguistics, a formal language consists of words whose letters are taken from an alphabet and are well-formed according to a specific set of rules. The alphabet of a formal language consist of symbols, letters, or tokens that concatenate into strings of the language. Each string concatenated from symbols of this alphabet is called a word, and the words that belong to a particular formal language are sometimes called well-formed words or well-formed formulas. A formal language is often defined by means of a formal grammar such as a regular grammar or context-free grammar, which consists of its formation rules.
The field of formal language theory studies primarily the purely syntactical aspects of such languages—that is, their internal structural patterns. Formal language theory sprang out of linguistics, as a way of understanding the syntactic regularities of natural languages. In computer science, formal languages are used among others as the basis for defining the grammar of programming languages and formalized versions of subsets of natural languages in which the words of the language represent concepts that are associated with particular meanings or semantics.
Table Test
Left Header | Center Header | Right Header |
---|---|---|
Left Cell | Center Cell | Right Cell |
Long | Cell | Test |
---|---|---|
And blood-black nothingness began to spin, | A system of cells interlinked within | Cells interlinked within cells interlinked |
Within one stem; And dreadfully distinct | against the dark, a tall white fountain played. | (Nabokov, 1962) |
Image Test

Image Caption

Image Caption

Image Caption
Citation & Caption Formatting
citation
: author-field ' ' title-field (' ' date-field)? (' ' medium-field)? (' ' note '.')*
author-field
: (author | author-pair | author-list) '.'
author-pair
: author ' & ' author
author-list
: author (', ' author)+
title-field
: '“' title '.”'
date-field
: year ('-' month '-' day)? '.'
year
: [0-9] [0-9] [0-9] [0-9]
month
: [0-1] [0-9]
day
: [0-3] [0-9]
medium-field
: medium (', ' details)? '.'
Values of author
, title
, medium
, details
, and note
are specific to the works they describe.