summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/advanced/external-renderers.en-us.md
diff options
context:
space:
mode:
authorDavid Svantesson <davidsvantesson@gmail.com>2020-01-21 00:34:23 +0100
committerAntoine GIRARD <sapk@users.noreply.github.com>2020-01-21 00:34:23 +0100
commit9bc841353464049080a5bd0fffa433fd8ba09930 (patch)
tree21ddf823d8f28e1eaf12864fd860277385af1cae /docs/content/doc/advanced/external-renderers.en-us.md
parentd730725e5cb87f895e057a6fa536755cb5024fcd (diff)
downloadgitea-9bc841353464049080a5bd0fffa433fd8ba09930.tar.gz
gitea-9bc841353464049080a5bd0fffa433fd8ba09930.zip
Add documentation how to render PlantUML in code blocks. (#9894)
* Add documentation how to render plantuml in code blocks. * Review comments * Apply suggestions from code review Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'docs/content/doc/advanced/external-renderers.en-us.md')
-rw-r--r--docs/content/doc/advanced/external-renderers.en-us.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/external-renderers.en-us.md b/docs/content/doc/advanced/external-renderers.en-us.md
index ec1ee63fb6..2d8945d005 100644
--- a/docs/content/doc/advanced/external-renderers.en-us.md
+++ b/docs/content/doc/advanced/external-renderers.en-us.md
@@ -22,6 +22,8 @@ it is just a matter of:
* add some configuration to your `app.ini` file
* restart your Gitea instance
+This supports rendering of whole files. If you want to render code blocks in markdown you would need to do something with javascript. See some examples on the [Customizing Gitea](../customizing-gitea) page.
+
## Installing external binaries
In order to get file rendering through external binaries, their associated packages must be installed.