Skip to content

Add support of YAML in Fenced Code Blocks in Markdown

Ksofix Alert requested to merge altk/syntax-highlighting:master into master

Add YAML support in Fenced Code Blocks in Markdown to highlight constructions like this: FILE.md:

```yaml
---
    key: value
...
```
# test

Merge request reports