mirror of
https://github.com/jaspervdj/patat.git
synced 2024-11-26 09:52:59 +03:00
Add a syntax highlighting example to the README
This commit is contained in:
parent
97c657141a
commit
600587e636
@ -490,6 +490,13 @@ an obvious way.
|
|||||||
|
|
||||||
[this list]: https://hackage.haskell.org/package/highlighting-kate-0.6.3/docs/Text-Highlighting-Kate-Types.html#t:TokenType
|
[this list]: https://hackage.haskell.org/package/highlighting-kate-0.6.3/docs/Text-Highlighting-Kate-Types.html#t:TokenType
|
||||||
|
|
||||||
|
Note that in order to get syntax highlighting to work, you should annotate code
|
||||||
|
blocks with the language, e.g. using a fenced code block:
|
||||||
|
|
||||||
|
```ruby
|
||||||
|
puts "Hello, world!"
|
||||||
|
```
|
||||||
|
|
||||||
### Pandoc Extensions
|
### Pandoc Extensions
|
||||||
|
|
||||||
Pandoc comes with a fair number of extensions on top of markdown, listed [here](https://hackage.haskell.org/package/pandoc-2.0.5/docs/Text-Pandoc-Extensions.html).
|
Pandoc comes with a fair number of extensions on top of markdown, listed [here](https://hackage.haskell.org/package/pandoc-2.0.5/docs/Text-Pandoc-Extensions.html).
|
||||||
|
Loading…
Reference in New Issue
Block a user