ribbity-org / ribbity

Software to turn GitHub issue trackers into mkdocs Web sites.
https://ribbity-org.github.io/ribbity-docs/
Other
8 stars 2 forks source link

only standalone verbatim blocks are ignored #43

Open ctb opened 2 years ago

ctb commented 2 years ago

in #39, we prevented linkification of URLs if they were in verbatim blocks. Unforunately, this only works for completely standalone verbatim blocks; inline verbatim blocks are not properly handled. So, situations where there is a mixed inline block like so:

Some frontmatter text:

verbatim here http://google.com/

are not properly handled.

This matters for sourmash-examples, e.g. https://github.com/sourmash-bio/sourmash-examples/issues/2