Author | SHA1 | Message | Date |
---|---|---|---|
|
ee7df7ba8c |
Markdown: Sanitizier Configuration (#9075)
* Support custom sanitization policy Allowing the gitea administrator to configure sanitization policy allows them to couple external renders and custom templates to support more markup. In particular, the `pandoc` renderer allows generating KaTeX annotations, wrapping them in `<span>` elements with class `math` and either `inline` or `display` (depending on whether or not inline or block mode was requested). This iteration gives the administrator whitelisting powers; carefully crafted regexes will thus let through only the desired attributes necessary to support their custom markup. Resolves: #9054 Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com> * Document new sanitization configuration - Adds basic documentation to app.ini.sample, - Adds an example to the Configuration Cheat Sheet, and - Adds extended information to External Renderers section. Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com> * Drop extraneous length check in newMarkupSanitizer(...) Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com> * Fix plural ELEMENT and ALLOW_ATTR in docs These were left over from their initial names. Make them singular to conform with the current expectations. Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com> |
5 years ago |
|
560a511a35 |
Change external asciidoctor tool to embeded mode (#8677)
Ref #8676 * add the `-e` flag for embedded mode * add a level offset to include the title of the document |
5 years ago |
|
41dcdbf500 |
[docs] Docker build - ZeroMQ dependency for Jupyter (#8262)
* doc py3-zmq - ZeroMQ bindings for jupyter #7970 https://github.com/go-gitea/gitea/issues/7970 * rebase Dockerfile to 1.9.x for jupyter * [docs] external-renderers.en-us.md - use templated variable for version Co-Authored-By: techknowlogick <matti@mdranta.net> |
6 years ago |
|
3b97b9efbf | Correct formatting of bullet list (#7794) | 6 years ago |
|
f5cf9a8355 | Copyedit docs (#6275) | 6 years ago |
|
49d9900b1f |
[website] file rendering through external binaries (#5387)
* #3758: [doc] file rendering through external binaries * fix subsections markup * include proposed changes from PR review |
6 years ago |