MANUAL: note that textarea content is never parsed as Markdown.
This commit is contained in:
parent
99e1b67b74
commit
8f8536abb7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue