mirror of
1
Fork 0
forgejo/modules/markup
guillep2k 7b97e04555 Convert EOL to UNIX-style to render MD properly ()
* Convert EOL to UNIX-style to render MD properly

* Update modules/markup/markdown/markdown.go

Co-Authored-By: zeripath <art27@cantab.net>

* Fix lint optimization

* Check for empty content before conversion

* Update modules/util/util.go

Co-Authored-By: zeripath <art27@cantab.net>

* Improved checks and tests

* Add paragraph render test

* Improve speed even more, improve tests

* Small improvement by @gary-kim

* Fix test for DOS

* More improvements

* Restart CI
2019-11-13 03:27:11 +01:00
..
csv Detect delimiter in CSV rendering () 2019-08-16 01:09:50 +03:00
external Better logging () () 2019-04-02 08:48:31 +01:00
markdown Convert EOL to UNIX-style to render MD properly () 2019-11-13 03:27:11 +01:00
mdstripper Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to go-org () 2019-10-31 01:06:25 +00:00
orgmode Update go-org to optimize code () 2019-11-05 16:39:03 +08:00
html.go Support inline rendering of CUSTOM_URL_SCHEMES () 2019-10-15 02:31:09 +01:00
html_internal_test.go Rewrite reference processing code in preparation for opening/closing from comment references () 2019-10-13 23:29:10 +01:00
html_test.go Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to go-org () 2019-10-31 01:06:25 +00:00
markup.go Support inline rendering of CUSTOM_URL_SCHEMES () 2019-10-15 02:31:09 +01:00
markup_test.go
sanitizer.go Support inline rendering of CUSTOM_URL_SCHEMES () 2019-10-15 02:31:09 +01:00
sanitizer_test.go