github / markup

Determines which markup library to use to render a content file (e.g. README) on GitHub
MIT License
5.8k stars 3.41k forks source link

Breaks with version 1.0 of the commonmarker gem #1758

Open mvz opened 5 months ago

mvz commented 5 months ago

The API of the commonmarker gem has changed between 0.21 and 1.0. Due to this, rendering with github-markup fails if version 1.0 of the commonmarker gem is installed.

See https://github.com/gjtorikian/commonmarker/issues/269.