summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils/MarkdownUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Fix user mention regular expression and group replacement.merged--fixMentionsInTickets-985Florian Zschocke2016-12-101-1/+1
* Use REGEX_TICKET_MENTION instead of hardcoded regular expressionGlenn Matthys2016-12-101-1/+2
* Update to Pegdown 1.5.0James Moger2015-09-181-1/+2
* Render GFM links using Markdown, not direct HTMLJames Moger2014-05-221-2/+2
* Workaround pegdown bug and improve relative image path processingJames Moger2014-03-111-3/+10
* Ticket tracker with patchset contributionsJames Moger2014-03-031-0/+4
* Add simplified transformGFM method to MarkdownUtilsJames Moger2014-03-011-0/+45
* Disable the SMARTYPANTS Markdown extensionJames Moger2013-10-251-1/+2
* Support for intra-Markdown linking using [[WikiLinks]] syntax (issue-324)James Moger2013-10-251-1/+13
* Remove "show readme" flag in favor of automatic detectionJames Moger2013-10-251-0/+15
* Replaced MarkdownPapers with pegdownJames Moger2013-10-181-28/+12
* Trim trailing whitespace and organize importsJames Moger2013-09-301-4/+4
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+87