Artha
Artha
On my site, user input is encoded (htmlspecialchars) before it gets parsed. However, this means that the automatic links `` do not work. Please fix, thanks.
Some new features will be added with the new release: - [ ] Backwards debugging – The debugger will be able to step backwards! - [ ] Breakpoints – No...
I'm planning to implement versioning by moving the large command switch to a different file, for example `v1.1`. When a backwards-incompatible update is planned, a new file is created, for...
Fix #169
Added so that GFM has support for creating line breaks by prefixing the line feed with a backslash. I didn't add any `render*` function for the line breaks, since newlines...
The GFM spec specifies that to make a line break, [a backslash can be used](https://github.github.com/gfm/#hard-line-breaks) so it is more visible. It also better because some editors automatically remove trailing whitespace....
That's my third issue in a row, sorry if that's annoying. I understand it's not easy to make such a library, I would help if I could... Here's a simple...
I suggest, that there should be somewhere a button, which would automatically convert long sentences to Unicode shortcuts. It would help golfing faster and also prevent missing some opportunities to...
Currently, if an exception is thrown in a user-provided handler, it will get silenced. The only trace of the exception will be the "500 Server Error" page and the error...
I wanna tell everyone I live on Mars. -- edit -- - [ ] solar system flags - [x] pride flags
### System information - **dub version**: 1.32.0 - **OS Platform and distribution**: ArchLinux `6.6.8-zen1-1-zen` - **compiler version** v2.106.0 ### Bug Description DUB documentation specifies the two version specifications `~>a.b` and...