Syntax emphasis - Goldbishop/WikiNet GitHub Wiki

Home - Syntax - Emphasis

Pattern

^([']{2,5})[ ](.+)[ ]([']{2,5})$

  • Although the pattern checks for ' 2 to 5 times, only 2, 3, and 5 are actually used.

Validation

  • Valid
    • '', ''', ''''' are the only valid patterns
  • Interpretation
    • '' = <i>
    • ''' = <b>
    • ''''' = <b><i>

Parsers

⚠️ **GitHub.com Fallback** ⚠️