Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-04 | The Parsedown library has been patched to prevent tab indentations from ↵ | Thomas Lange | 1 | -21/+10 | |
being converted to spaces: For example, if you had used the markdown syntax for displaying source code in your post, Parsedown had replaced your semantically correct tab indentations with hard spaces. This behavior meant that the code that was displayed after parsing was no longer exactly the code you inserted into the content editor. If someone had copied source code from your post into his IDE, then your tab indentations were gone because of the spaces. That's why I hacked the Parsedown library and created a patch: https://github.com/erusev/parsedown/issues/508 | |||||
2017-05-31 | Two changes have been made in this commit: | Thomas Lange | 1 | -8/+8 | |
+ Update [core]: Parsedown has been updated to version 1.6.2. + Optimization [admin template]: The markdown buttons have been placed directly above the content editor. + Optimization [admin template]: The content editor has been visually embellished (padding from the parent was removed). | |||||
2017-02-24 | Initial commit.v1.0 | Thomas Lange | 1 | -0/+1548 | |