Theme Unit Test

Escape unit test

As shown below Escape will disable parsing of VenC patterns between Escape/EndEscape pair. In the other hand, the behavior of DisableMarkup is pretty straightforward.

With Escape/EndEscape and DisableMarkup

- Hello VenC! - Hello lovely user! _Italic text for fun and non profit!_

.:SetColor::This is red text!t::red:.

Without Escape/EndEscape and DisableMarkup

  • Hello VenC!
  • Hello lovely user!

Italic text for fun and non profit!

This is red text!

Please note that VenC syntax require you to close Escape pattern with '::EndEscape:.' .