About This Rule Parse Configuration Keys Render Configuration Keys Description
| Name | raw |
| Type | capturing block |
| Syntax | two backticks, followed by the content, followed by two backticks |
None.
None.
Use this when you want to mark text that should not be processed by the remaining Text_Wiki rules (i.e., it should be displayed literally as it is).For example, this markup…
**I'm strong!** ``**I'm raw!**``
… results in:I'm strong! **I'm raw!**