Elliott Slaughter

Results 42 comments of Elliott Slaughter

There must be some sort of pre-processing that's messing this up before it hits the markdown parser. I was able to run with the lunamark processor, and if I copy-and-paste...

The problem is here: https://github.com/stevedonovan/LDoc/blob/f91c3182cf0b3ac29a8f677491aa32493067b5e1/ldoc/markup.lua#L177 The code is using regular expressions to preprocess code blocks (either with ```` ``` ```` or via indentation). If you change that (and the preceding...

I pushed a workaround [here](https://github.com/elliottslaughter/LDoc/tree/pandoc) based on option (1) above. It would need a bit of CSS to get the code highlighting to show up in color, but otherwise it...

Ok, I pushed a workaround based on (4) to #326. This makes it possible to set `pretty="none"`, which should work for any Markdown parser, but obviously disables syntax highlighting if...

To be honest, I've entirely swapped this out of memory, so I can't remember why the `defvar` line was removed (edit: aside from what I wrote in the original PR)....

I'm seeing the same issue; same macOS and Typora version. However, I don't think it's just related to inline code spans. I can't find any easy reproducers right now, but...

I'm not sure how @vassudanagunta did it, but speaking for myself, I saved the file with Cmd-S and then looked at the contents of the file that Typora saved to...

I found another sequence that replicates this issue. Open a new/empty file in Typora and type the following, and then save (e.g., as `test_typora.md`). ``` asdf [qwer](https://asdf) asdf ``` Now...

I continue to run into this, including in situations that are not adequately explained by the most recent hypothesis. In documents that I write, I often get 2, 3 or...

Posted: https://github.com/dimitri/el-get/discussions/2870