authors: ''
categories: ''
tags: ''
title: Escape unit test
---VENC-BEGIN-PREVIEW---
---VENC-END-PREVIEW---
_As shown below Escape will disable parsing of both VenC patterns and markup language between the Escape/EndEscape pair._

__With Escape/EndEscape__

.:Escape::
- Hello VenC!
- Hello lovely user!
::EndEscape:.

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

__Without Escape/EndEscape__

- Hello VenC!
- Hello lovely user!

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

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