Commit Graph

8 Commits (4ebdcbc5df17afe3b88237386c8c923ae07a68b4)

Author SHA1 Message Date
Chaz Reid 69ea5e4385 Fix wiki inter-links with cases and add tests for this case ()
Morgan Bazalgette 535445c32e Rework special link parsing in the post-processing of markup ()
* Get rid of autolink

* autolink in markdown

* Replace email addresses with mailto links

* better handling of links

* Remove autolink.js from footer

* Refactor entire html.go

* fix some bugs

* Make tests green, move what we can to html_internal_test, various other changes to processor logic

* Make markdown tests work again

This is just a description to allow me to force push in order to restart
the drone build.

* Fix failing markdown tests in routers/api/v1/misc

* Add license headers, log errors, future-proof <body>

* fix formatting
Ethan Koenig 7b104f0cd0 Populate URL field of API commits ()
* Populate URL field of API commits

* fix orgmode_test
Christian Köberl e9e2a9cdcc Allow square brackets in external issue patterns ()
* Allow square brackets in external issue patterns

* Added false test cases for checklist elements
Lauris BH a0c397df08
Recognize more characters in crossreferenced repo name ()
Ethan Koenig 5481be0ac5 Fix issue link rendering in commit messages ()
* Fix issue link rendering in commit messages

* Update page.tmpl

* No links for parens

* remove comment
Lunny Xiao 0d80af649a Add init support of orgmode document type on file view and readme ()
* add init support of orgmode document type on file view and readme

* fix imports

* fix imports and readmeExist

* fix imports order

* fix format

* remove unnecessary convert
Lunny Xiao 52e11b24bf Restructure markup & markdown to prepare for multiple markup language… ()
* restructure markup & markdown to prepare for multiple markup languages support

* adjust some functions between markdown and markup

* fix tests

* improve the comments