Skip to content

Commit

Permalink
Fix bad wording in syntax spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Oct 13, 2023
1 parent 4381f17 commit 9d4d559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/syntax.page
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,8 @@ can be configured with the `parse_block_html`. If this is set to `true`, then sy
blocks is globally enabled. It is also possible to enable/disable syntax parsing on a tag per tag
basis using the `markdown` attribute:

* If an HTML tag has an attribute `markdown="0"`, then the tag is parsed as raw HTML block.
* If an HTML tag has an attribute `markdown="0"`, then the content of the tag is parsed as raw HTML
block.

* If an HTML tag has an attribute `markdown="1"`, then the default mechanism for parsing syntax in
this tag is used.
Expand Down

0 comments on commit 9d4d559

Please sign in to comment.