mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 01:06:30 +00:00
MANUAL: note that textarea content is never parsed as Markdown.
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user