@mapbox/stylelint-processor-markdown
Version:
A stylelint processor for markdown
29 lines (21 loc) • 289 B
Markdown
title: Something Else Equally Special
{% capture things %}
And some other text.
```css
.foo { color: pink; }
.bar {}
```
{% endcapture %}
Does this work with Jekyll tags and HTML?
<div>
{{things | markdownify}}
</div>
```js
.foo {}
```
```css
.foo {}
```
And the end.