Results 26 comments of Alex Armstrong

A simple of version of feature can be accomplished by add the following to the bottom\* of `SmartMarkdown/Default.sublime-keymap`: ``` { "keys": ["tab"], "command": "indent", "context": [ { "key": "selector", "operator":...

Scratch that. The default Markdown syntax does not play very nice when the caret is at the end of the document like so: ``` * List * | ``` I...

Let me throw in a couple of thoughts: I get what @vovkkk is saying in terms of testing, but I _think_ that, with a little fine-tuning, what I have posted...

Cool. Let me know if you notice any weirdness. I just squashed a bug @vovkkk pointed out to me (hopefully, for good) that was interfering with folding headings. Just grab...

@demon386 I've been using this for awhile and it's both useful and robust (I think). Shall I open a PR?

I'm putting together a package of Markdown stuff I've made for my own use. If @demon386 isn't interested (which I can understand, as SmartMarkdown does some higher-level stuff) I will...

There's a related issue with the `>`, `|` and `%`. If I write a `>`, I enter "blockquote mode" that I can't escape from except by erasing the last `>`,...

Cool! It feels a little strange, but I don't see any problems with how it works :) I'm guessing you liked this as an idea?

I like this idea and would find it useful as well. (Though, it seems development of this pacakge is a bit stalled at the moment,)

I'm interested, but I'm not appropriate. I can review PRs and stuff, but I don't have enough Python to, for example, implement this request.