github / pages-gem

A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
http://pages.github.com
MIT License
1.83k stars 353 forks source link

Pass the UNSAFE option to commonmark #821

Closed yoannchaudet closed 2 years ago

yoannchaudet commented 2 years ago

This is an omission and is needed for Markdown highlighting using the GFM renderer.

https://github.com/github/jekyll-commonmark-ghpages/pull/21/files

Add the unsafe option so HTML rendering of Markdown is supported.