digitalMoksha

Results 47 comments of digitalMoksha

I'm noticing the exact same problem. Did either of you figure anything out?

I seem to be running into this problem as well. By accident I discovered a condition where my app crashes during startup, before the first window is shown. But a...

This proposal sounds reasonable. My only question, what about blank lines? For example, I've used quite a lot ``` > This the first blockquote > > This is the second...

^ totally agree with that - adding the blockquote with space should not change how the text inside the blockquote looks when rendered (inside a blockquote). > Statistics on a...

I just ran across this inconsistency as well

Just ran across this issue. Just fyi, we're working on adding `$` and `$$` support in GitLab, https://gitlab.com/gitlab-org/gitlab/-/issues/21757

Re: the second item [Rinku](https://github.com/vmg/rinku) actually does balancing, like both cmark and comrak do for parentheses. Looking at the cmark code, they don't consider a bracket as an ending delimiter...

re: the first item It looks like by the time we start trying to detect the autolink, the data has already been unencoded, meaning it's `` - they are no...

What lead me to this is that I'm trying to get rid of a custom auto_link filter that mimics what Rinku does. These are the two tests that are failing....