You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/markup
Lunny Xiao 62d0a4d882 Add external markup render support (#2570)
* add external markup render support

* bug fixed

* refacotr codes and fix wrong error log

* fix comments and add check to prevent leaks

* add check for config file and improve the example

* check file close error

* use ioutil.TempFile instead uuid

* correct Render -> Parser

* improve warning when incorrect markup setting

* fix typos
7 years ago
..
external Add external markup render support (#2570) 7 years ago
markdown Add init support of orgmode document type on file view and readme (#2525) 7 years ago
orgmode Add init support of orgmode document type on file view and readme (#2525) 7 years ago
html.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 7 years ago
html_test.go Add init support of orgmode document type on file view and readme (#2525) 7 years ago
markup.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 7 years ago
markup_test.go Add init support of orgmode document type on file view and readme (#2525) 7 years ago
sanitizer.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 7 years ago
sanitizer_test.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 7 years ago