Jerry van Kooten
Jerry van Kooten
Currently the extra attributes cannot take a quotes string. So `{attr1=abc attr2="def ghi"}` does not work. The source regex is this: ``` protected $id_class_attr_catch_re = '\{((?>[ ]*[#.a-z][-_:a-zA-Z0-9=]+){1,})[ ]*\}'; ``` Is...
In my extension on MarkdownExtra I have to copy a lot of methods only to change a single line. Sometimes I have changed the regex a little bit (attributes on...
I am too busy on a project that already has an extension of MarkdownExtra or I would fork this and make a pull request, but if in `doImages` the pattern...
I already posted about this in the main Parsedown section, but it should be here... I was looking for a fenced block with a DIV tag instead of the CODE...
I just made an extension that makes an invisible wrapper around any block. Contents are parsed as usual. It wraps any other text in a `div` so you have more...
Hi, I have the system wide NetBeans setting for word wrap off, because in most code I don't like it. But in markdown files, this would be very nice. Now...
Related to #83, a template per project would be great as well.
It's great I can save the resulting HTML document in the same folder, but for a different project it would be very nice to save the HTML in different folders....
What MS did to the naviation pane is terrible, I really hate the Quick Access section and everything grouped under This PC. I prefer to have it the old way:...
Since today, UMS crashes with the following response: > \# A fatal error has been detected by the Java Runtime Environment: > \# > \# SIGSEGV (0xb) at pc=0x00007f02fe3732cc, pid=44416,...