David van Gemeren
David van Gemeren
Thanks for the request! Seems like a reasonable request, but I'll first have to do a little digging of my own. I intend to take this into consideration for the...
Cool! I will take a look
Haven't looked into it yet. For most of my programming I've recently switched to Visual Studio Code, so my time with Atom is a little limited. It's still on my...
I've been able to replicate the issue - create a new document - add the text from op: ` Hi!Helloworld.` - trigger the snippet - type `red` where `black` is highlighted...
> It seems to disable syntax highlighting This isn't an issue. There's a limit on how many subsequent tokens are 'allowed' on a single line. I believe the default is...
Something to do with dependencies. Will look into it.
This issue should be fixed. Can you verify that you can install language-markdown now?
I've implemented the Markdown Extra footnotes, which have the `^` inside the square brackets, for example `[^Enter footnote here]`, see: https://github.com/burodepeper/language-markdown/blob/master/grammars/repositories/inlines/link-label.cson From what spec do you get your notation?
Okay. I'll have a look.
Thanks for the report. What steps do I need to take to reproduce the issue?