Skip to content

Commit

Permalink
Slim: update markdown section
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Mar 6, 2018
1 parent f366a8e commit d20ac01
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions slim.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ div= foobar
```jade
markdown:
### On Markdown
Slim can handle your [Markdown](https://daringfireball.net/projects/markdown/syntax) content for longer content blocks or `code`.
Depending on your parser, like [Kramdown](https://kramdown.gettalong.org/quickref.html), other features might work, like assigning attributes or classes.
I am *Markdown* _text_!
{: .classname}
```

Slim can handle your [Markdown](https://daringfireball.net/projects/markdown/syntax) content for longer content blocks or `code`.
Depending on your parser, like [Kramdown](https://kramdown.gettalong.org/quickref.html), other features might work, like assigning attributes or classes.

### Embedded JavaScript

```jade
Expand Down

0 comments on commit d20ac01

Please sign in to comment.