Sridhar Ratnakumar
Sridhar Ratnakumar
I can reproduce this on Firefox on macOS. Your screenshots also match my observation. > So I'm still at a loss for the root cause of that incorrect URL being...
This change fixes it (by bypassing `` lookup), but obviously it is not the correct fix because we *do* want all links to rely on `` as Emanote site is...
Reproducible in `bin/repl`: ``` ghci> import qualified Toml ghci> putTextLn $ Toml.encode (Toml.text "k") "✍️" k = "\\U0000270d\\U0000fe0f" ghci> ``` Notice that it double-escapes the unicode letters. Using `T.replace "\\\\"...
Looks to be an upstream bug: https://github.com/kowainik/tomland/issues/408
Closing because of workaround
Shouldn't this be filed under https://github.com/jgm/commonmark-hs instead?
> maybe even included in some form in https://github.com/srid/commonmark-simple/blob/master/src/Commonmark/Simple.hs, because it's a reusable thing That sounds good to me, as long as we [add tests](https://srid.ca/haskell-template/tests).
> I'd expect `[neuron](guide/neuron)` to render as an internal link just like `[neuron](guide/neuron.md)` Emanote was not designed to support this in the first place. But since Obsidian allows it, I'm...
@shalzz I welcome PRs.
> Is there any way this functionality could be kept somewhere outside the repo and still be useful? If that were possible, I'd be happy to link to a third-party...