-
https://github.com/gjtorikian/html-pipeline
this would fix watermarkchurch/wcc-contentful#221 and watermarkchurch/wcc-contentful#175
In addition:
- [ ] Add the ability to wrap text in a `` with…
-
-
When the site renders markdown, such as README.md, it should first convert it to asciidoc, perhaps with this tool:
https://github.com/asciidoctor/kramdown-asciidoc
And then the resulting asciido…
-
[Front Matter CMS](https://frontmatter.codes/) is a content management system that runs within Visual Studio Code. It allows you to create and manage your content for our Jekyll site. You can use fron…
-
Has anyone considered, or started work on, a [kramdown](http://kramdown.gettalong.org/index.html) reader? Would it be best to implement such a reader as a separate reader or as an extension to the exi…
-
```
7 Error
└- Code - MISSING_REQLEVEL_REF
└- Desc - An RFC2119 boilerplate is present but no reference to the RFC2119 was found.
└- Ref - https://www.rfc-editor.org/rfc/rfc7322.html#section-4.8…
-
**Prettier 1.9.2**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEA+ABAIQDYEMAWAOlMEjAJYzZwC8hIAKvnOgEbYRgDWAjgK4R46ClTj0AvsWIAqdAwDyAYWKkYncSAA0ICAAcK0AM7JQuAE5mIAdwAK5hMZS4AbhH…
-
Classes are not being parsed from Kramdown:
This following kramdown:
```
> text content
{: .class1 .class2 }
```
should output:
``` html
text content
```
but instead is outputting:
``` html
tex…
-
I'm not sure how much this will break the current markdown text. See also https://help.github.com/articles/migrating-your-pages-site-from-maruku/, http://www.growingwiththeweb.com/2014/07/my-experienc…
-
Jekyll is now configured to use Kramdown by default. Consider checking _config.yml for the `markdown:` value and render previews using an appropriate library. (I noticed definition lists aren't yet re…