LociOiling Lv 1
I found this Markdown cheat sheet. It's a little easier to digest than the full syntax.
The new Discussion boards use Markdown syntax.
Several things don't seem to work in the Foldit implementation.
- a task list doesn't indicate the "checked off" items indicated in the markup
- emojis don't get rendered
- highlights aren't recognized, but asterisks can fill in
- subscripts are ignored
- superscripts aren't so super
Here's a test of the items from the cheat sheet:
Basic syntax
Heading
This list uses heading 1 and heading 2.
heading 3
Heading 3 is also available.
Heading 4
How many levels do you really want in your hierarchy?
bold text
bold text
blockquote
This is an example of a blockquote, where you copy something from some other web page.
ordered list
- An ordered list
- is just a list
- of numbered items.
code (single line)
for ii = 1, structure.GetCount() do
horizontal rule:
link
Once again, see the Markdown cheat sheet.
image
Images get created by dragging an image file to your post. This creates the necessary HTML-style markup. The Markdown image markup might be used for external images.
Extended syntax
table
| table column 1 | table column2 |
| keyword 1 | value 1 |
| keyword 2 | value 2 |
fenced code (multiple lines)
for ii = 1, structure.GetCount () do
-- then a miracle occurs
end
footnote
Here's a sentence with a footnote, adapted from the cheat sheet. 1
definition
- alanine
- one more carbon than glycine
strikethrough
The old Foldit website.
task list
- create new website
- create Windows 64-bit client
- update Mac and Linux clients
- get everything working perfectly
emoji
An emoji like :joy: brings only sorrow.
highlight
A sentence with ==highlighted words==. The suggested Markdown markup doesn't work, but plain old asterisks can still do the job.
subscript
No sub:
H~2~O
superscipt
No super:
X^2^
-
This is the footnote, and it's really at the foot. ↩