Skip to content

Commit

Permalink
Update 'readme.md'
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Apr 13, 2021
1 parent 499a860 commit 23243ca
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions readme.md
@@ -1,4 +1,4 @@
# ATX headings only
# ATX headings only (hash prefix)

## paragraphs

Expand All @@ -17,6 +17,9 @@ are added with a backslash
- for nested lists,
- use 4 spaces or one tab

- [ ] empty checkboxes have a space
- [x] checked boxes use a lower-case x

## codeblocks

codeblocks are always fenced in backticks, the first token on the same line following the opening backticks is parsed as `lang` the rest is an info string, parsed as `meta`
Expand All @@ -35,21 +38,21 @@ _emphasis_ text is surrounded by 1 underline

## thematic breaks

---
***

thematic breaks are three or more asterisks
thematic breaks are three or more asterisks `***`

## blockquotes

> quotes start with one of these
> quotes start with a `>`
>
> > quotes can be nested
## links

links are text in square brackets followed by a url in parens:
links are text in square brackets followed by a url in parens, and an optional title in double quotes:

[link text](https://url)
[link text](https://url "title")

### autolinks

Expand Down

0 comments on commit 23243ca

Please sign in to comment.