MANUAL: note that textarea content is never parsed as Markdown.

This commit is contained in:
Albert Krewinkel 2020-12-28 14:34:48 +01:00
parent 99e1b67b74
commit 8f8536abb7
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -4463,8 +4463,8 @@ into
whereas `Markdown.pl` will preserve it as is. whereas `Markdown.pl` will preserve it as is.
There is one exception to this rule: text between `<script>` and There is one exception to this rule: text between `<script>`,
`<style>` tags is not interpreted as Markdown. `<style>`, and `<textarea>` tags is not interpreted as Markdown.
This departure from standard Markdown should make it easier to mix This departure from standard Markdown should make it easier to mix
Markdown with HTML block elements. For example, one can surround Markdown with HTML block elements. For example, one can surround