Skip to content

Inline markdown filter

Sigurd Tullander requested to merge inline_markdown into octopus_target

Closes #234 (closed).

A janky implementation of an inline markdown filter, but I honestly think it is the cleanest, since even core markdown syntax in it self is a spec that doesn't make sense to render inline. If we see a need for escaping more markdown syntax, we can probably use more regices (or is perhaps regexes the correct grammar here 🤔 ), like the one I used for removing links.

Todo:

  • Write tests.
  • Remove clean filters.
Edited by Sigurd Tullander

Merge request reports

Loading