Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
array(__('Headers'), __('Precede with a # for each level desired as in: ### This is an h3 header')),
array(__('Paragraphs'), __('Seperate with a blank line')),
array(__('Blockquotes'), __('Precede with a > (two >> will produce a quote within a quote)')),
array(__('Unorderd lists'), __('Precede list items with a *, + or -')),
array(__('Unordered lists'), __('Precede list items with a *, + or -')),
array(__('Ordered lists'), __('Precede list items with a number followed by a period')),
array(__('Emphasis'), __('*italics* **bold** or _italics_ __bold__')),
array(__('Links'), __('[link text](http://some-site.com "optional title")')),
Expand Down