You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ruby step_to_reproduce.rb
"3.2.3""2.0.1"
:list
"<ul>\n<li>a</li>\n</ul>\n"
:paragraph
thread '<unnamed>' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/comrak-0.30.0/src/html.rs:683:44:
called `Option::unwrap()` on a `None` valuenote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace/var/lib/gems/3.2.0/gems/commonmarker-2.0.1-x86_64-linux/lib/commonmarker/node.rb:47:in `node_to_html': called `Option::unwrap()` on a `None` value (fatal) from /var/lib/gems/3.2.0/gems/commonmarker-2.0.1-x86_64-linux/lib/commonmarker/node.rb:47:in `to_html'
from step_to_reproduce.rb:12:in `<main>'
The text was updated successfully, but these errors were encountered:
I tested the following code, and it seems that calling to_html to a node of paragraph causes an error.
Code
Output of the code
The text was updated successfully, but these errors were encountered: