commonmarker
commonmarker copied to clipboard
Ruby wrapper for the comrak (CommonMark parser) Rust crate
Tracking issue for v1 major release breaking changes - [x] https://github.com/gjtorikian/commonmarker/pull/185
attempting to fix https://github.com/gjtorikian/commonmarker/issues/9
I think this might not be a `commonmarker` problem, BUT the error is **not** raised when using `pandoc-ruby` nor `redcarpet`, so it has something to do with `commonmarker`. Here you...
Rendering text with too many nested blockquote characters `>` is failing with a `SystemStackError: stack level too deep` error. I had a user generated text which included about 1600 `>`...
Here is an example of an html block: ``` irb(#):022:0> CommonMarker.render_doc("") => #1, :start_column=>1, :end_line=>1, :end_column=>16} children=[#1, :start_column=>1, :end_line=>1, :end_column=>16}, string_content="\n">]> irb(#):023:0> CommonMarker.render_doc("") => #1, :start_column=>1, :end_line=>1, :end_column=>19} children=[#1, :start_column=>1,...
Let me start by saying that I'm not sure this is possible. ---------- I need to add a custom attribute to all links. So I made a custom renderer: ```ruby...
This is primarily intended as a question to @kivikakk though I welcome any questions/concerns from other dependents. Lately, I've been thinking about moving the backing library of this project from...
The [previous attempt](https://github.com/gjtorikian/commonmarker/compare/gjtorikian:bd13b02...gjtorikian:91fe3cc) to create a gem based on a Rust lib worked, but I could not for the life of me figure out MingW build errors in the FFI....