Using markdown to create wiki pages on GitHub - openises/tickets GitHub Wiki

Using markdown

  • Headers: Add headers to the page by starting the line with one to six # symbols followed by a space and the header text.

  • Bold Text: To make text bold, wrap the text in two asterisks.

  • Italic Text: To make text italic, wrap the text in one asterisk.

  • Lists: Create unordered lists by prefixing each list item with an asterisk. Create ordered lists by prefixing each list item with a number.

  • Links: Add links to other pages by wrapping the link text in square brackets and the link address in parentheses.

  • Images: Add images to the page by wrapping the image description in square brackets and the image URL in parentheses.

  • Code Blocks: To add code blocks to the page, use three backticks followed by the code language, then three backticks.

  • Quotes: To quote text from another source, wrap the text in greater than symbols.