Method: RedCloth3#rules
- Defined in:
- lib/redmine/wiki_formatting/textile/redcloth3.rb
#rules ⇒ Object
Establishes the markup predence. Available rules include:
Textile Rules
The following textile rules can be set individually. Or add the complete set of rules with the single :textile rule, which supplies the rule set in the following precedence:
- refs_textile
-
Textile references (i.e. [hobix]hobix.com/)
- block_textile_table
-
Textile table block structures
- block_textile_lists
-
Textile list structures
- block_textile_prefix
-
Textile blocks with prefixes (i.e. bq., h2., etc.)
- inline_textile_image
-
Textile inline images
- inline_textile_link
-
Textile inline links
- inline_textile_span
-
Textile inline spans
- glyphs_textile
-
Textile entities (such as em-dashes and smart quotes)
Markdown
- refs_markdown
-
Markdown references (for example: [hobix]: hobix.com/)
- block_markdown_setext
-
Markdown setext headers
- block_markdown_atx
-
Markdown atx headers
- block_markdown_rule
-
Markdown horizontal rules
- block_markdown_bq
-
Markdown blockquotes
- block_markdown_lists
-
Markdown lists
- inline_markdown_link
-
Markdown links
248 249 250 |
# File 'lib/redmine/wiki_formatting/textile/redcloth3.rb', line 248 def rules @rules end |