This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/share/CodeBlocks/lexers/lexer_markdown.sample

32 lines
411 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Markdown example
[Official Markdown website](https://daringfireball.net/projects/markdown)
> **Blockquote** : *Please don't use* ~~too many strikethrough~~.
##  Title 2
HTML paragraph tag `<p></p>`
OList
- Item 1
- Item 2
- Item 2
IList
1. Item 1
2. Item 2
``sh
#!/bin/sh
``
```c
#include <stdio.h>
```
------------------------
###  Title 3
####  Title 4
#####  Title 5
###### Title 6