Markdown
Spacehall markdown formatting reference
Headings
To create a heading, add one to six #
symbols before your heading text. The number of #
you use will determine the hierarchy level and typeface size of the heading.
Styling text
You can indicate emphasis with bold, italic, strikethrough, subscript, or superscript text.
Quoting text
You can quote text with a >
.
Quoted text is indented.
Quoting code
You can call out code or a command within a sentence with single backticks. The text within the backticks will not be formatted.
To format code into its own distinct block, use triple backticks.
Spacehall will try to infer the programming language from the block's content.
You can also set it manually by adding the language name after the first backticks.
Links
You can create an inline link by wrapping link text in brackets [ ]
, and then wrapping the URL in parentheses ( )
.
Valid URLs are automatically transformed as links.
Images
You can display an image by adding ! and wrapping the alt text in [ ].
Alt text is a short text equivalent of the information in the image.
Then, wrap the link for the image in parentheses ().
For more information on how to upload a picture to Spacehall, see Uploading assets.
Lists
You can make an unordered list by preceding one or more lines of text with -
, *
, or +
.
To order your list, precede each line with a number.
Nested Lists
You can create a nested list by indenting one or more list items below another item.
Task lists
You can create a task list by preceding one or more line with - [ ]
for new tasks, and - [x]
for completed tasks.
Uploading assets
You can upload assets like images by using the file uploader.
Paragraphs
You can create a new paragraph by leaving a blank line between lines of text.
Footnotes
You can add footnotes to your content by using this bracket syntax:
Last updated