gjtorikian / commonmarker

Ruby wrapper for the comrak (CommonMark parser) Rust crate
MIT License
416 stars 80 forks source link

Add sourcepos option #265

Closed ppworks closed 6 months ago

ppworks commented 6 months ago

This pull request fixes an issue introduced in commonmarker version 1.0.0, where the ability to specify the sourcepos option was unintentionally(?) removed.

The goal is to restore the functionality of specifying sourcepos.

gjtorikian commented 6 months ago

Definitely unintentional. Thanks!