1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/modules/markup
Morgan Bazalgette 535445c32e Rework special link parsing in the post-processing of markup (#3354)
* 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
2018-02-27 09:09:18 +02:00
..
external Add external markup render support (#2570) 2017-11-07 08:33:06 +02:00
markdown Rework special link parsing in the post-processing of markup (#3354) 2018-02-27 09:09:18 +02:00
orgmode Populate URL field of API commits (#3546) 2018-02-20 20:50:42 +08:00
html_internal_test.go Rework special link parsing in the post-processing of markup (#3354) 2018-02-27 09:09:18 +02:00
html_test.go Rework special link parsing in the post-processing of markup (#3354) 2018-02-27 09:09:18 +02:00
html.go Rework special link parsing in the post-processing of markup (#3354) 2018-02-27 09:09:18 +02:00
markup_test.go Add init support of orgmode document type on file view and readme (#2525) 2017-09-21 13:20:14 +08:00
markup.go Rework special link parsing in the post-processing of markup (#3354) 2018-02-27 09:09:18 +02:00
sanitizer_test.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 2017-09-16 20:17:57 +03:00
sanitizer.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 2017-09-16 20:17:57 +03:00