authors: 'Denis Salem'
categories: 'Templates > Patterns > Escape'
tags: ''
chapter: 2
title: Escape unit test
---VENC-BEGIN-PREVIEW---
---VENC-END-PREVIEW---
_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__

.:DisableMarkup::

- Hello VenC!
- Hello lovely user!

_Italic text for fun and non profit!_

:.

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

__Without Escape/EndEscape and DisableMarkup__

- Hello VenC!
- Hello lovely user!

_Italic text for fun and non profit!_

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

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