aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-03-04 18:38:02 +0100
committerMax Magorsch <arzano@gentoo.org>2020-03-04 18:38:02 +0100
commit18aea42c0f452a2d819dee52c5988d3bc216b9ac (patch)
tree1d81bc14dcce92cdb08904c6298b85df8234e06f /README.md
parentFix 'lsat updated' in the footer (diff)
downloadplanet-tyrian-18aea42c0f452a2d819dee52c5988d3bc216b9ac.tar.gz
planet-tyrian-18aea42c0f452a2d819dee52c5988d3bc216b9ac.tar.bz2
planet-tyrian-18aea42c0f452a2d819dee52c5988d3bc216b9ac.zip
Use loofah instead of textify for sanitization
By default plot is using textify for sanitization. However, textify seems to be dead. Furtermore textify strips out images. That's why textify has been replaced by loofah (which is also used by rails under the hood). Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3fe58de..63385e7 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
# `tyrian` - Pluto Planet Template Pack
+
+Please note that Loofah is required for sanitization to use this pluto template.