Kennel
Kennel copied to clipboard
Most GFM features do not work in `DepictionMarkdownView[useRawFormat=true]`.
Because GFM automatically parses links as Markdown, it has to be disabled. This has the side-effect of disabling other GFM features, such as strike-throughs.
Find a way to disable only the link parsing and not all of GFM in DepictionMarkdownView[useRawFormat=true].
Update: above is related to #4, not #6.