aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-12-28 14:34:48 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2020-12-28 14:34:48 +0100
commit8f8536abb703b9f4084a550e448a3224090f2dbe (patch)
tree5a37c136fcbdea90fde61aa568bd44439ccf81b0 /MANUAL.txt
parent99e1b67b74ddcbf7ffc8add640493f73471cf50a (diff)
downloadpandoc-8f8536abb703b9f4084a550e448a3224090f2dbe.tar.gz
MANUAL: note that textarea content is never parsed as Markdown.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 047841d22..65da99484 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -4463,8 +4463,8 @@ into
whereas `Markdown.pl` will preserve it as is.
-There is one exception to this rule: text between `<script>` and
-`<style>` tags is not interpreted as Markdown.
+There is one exception to this rule: text between `<script>`,
+`<style>`, and `<textarea>` tags is not interpreted as Markdown.
This departure from standard Markdown should make it easier to mix
Markdown with HTML block elements. For example, one can surround