BoK Entry Markdown Formatting
Use the markdown codes below to format a BoK entry.| Description | What you type | What you get |
|---|---|---|
| Paragraph | <a blank line> | |
| Italic | *Italic text* | Italic text |
| Bold | **Bold text** | Bold text |
| Bold & italic | ***Bold & italic text*** | Bold & italic text |
| Blockquote | >Blockquote | Blockquote |
| Monospace Font | abc&monostart;123&monoend; | abc123def |
| Superscript | abc&superstart;123&superend; | abc123 |
| Subscript | abc&substart;123&subend; | abc123 |
| Horizontal Rule | --- | |
| 1st level heading | N/A | (no h1 headings) |
| 2nd level heading | ## Heading text ## | Heading text |
| 3rd level heading | ### Heading text ### | Heading text |
| 4th level heading | #### Heading text #### | Heading text |
| 5th level heading | ##### Heading text ##### | Heading text |
| Internal Named Anchor | [[ID:<text>]] ex: [[ID:CELSS]] |
Invisible Named Anchor on Page |
| Internal BoK link | [[BoK:<boknum>]] ex: [[BoK:1.1.1-001]] |
1.1.1-001 |
| Internal BoK link to Named Anchor | [[BoK:<boknum># ex: [[BoK:4.2-001#CELSS]] |
4.2-001 |
| Internal Paper link | [[Paper:<paperid>]] ex: Paper #[[Paper:471]] |
Paper #471 |
| Internal Post link | [[Post:<postid>]] ex: Post #[[Post:1]] |
Post #1 |
| External link | [title](https://www.example.com) | title |
| Image | Just Drag-and-Drop Image onto the Edit Panel, then edit the caption and credit_url of the markdown link which appears in the text: . The caption/credit_url also form the alt tag for the image. Both the caption and credit_url are optional. Leave as [] if not used. | ![]() |
| Ordered List | 1. first item 2. second item |
|
| Unordered List | - first item - second item |
|
| Citation Needed | Page text[[citation needed]]. | Page text[citation needed]. |
| Reference | Page text.&startref;Lead Text, [http://www.example.org Link text], additional text.&endref; | Page text. [1] |
| Named reference | Page text.&startref;&startname;RefName&endname;Lead Text, [http://www.example.org Link text]&endref; | Page text. [2] |
| Additional use of same reference | &startref;&startname;RefName&endname;&endref; | Page text. [2] |
| Display references | &referencelist; |
1. Lead Text, Link text, additional text. 2. Lead Text, Link text |
