<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.cmark.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'cmark.constants.php',
    1 => 'Предопределённые константы',
    2 => 'Предопределённые константы',
  ),
  'up' => 
  array (
    0 => 'book.cmark.php',
    1 => 'CommonMark',
  ),
  'prev' => 
  array (
    0 => 'cmark.installation.php',
    1 => 'Установка',
  ),
  'next' => 
  array (
    0 => 'class.commonmark-node-document.php',
    1 => 'CommonMark\\Node\\Document',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/cmark/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="cmark.constants" class="appendix">
 <h1 class="title">Предопределённые константы</h1>

 <dl>
  
   <dt id="constant.commonmark-parser-normal">
    <strong><code><a href="cmark.constants.php#constant.commonmark-parser-normal">CommonMark\Parser\Normal</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.commonmark-parser-normalize">
    <strong><code><a href="cmark.constants.php#constant.commonmark-parser-normalize">CommonMark\Parser\Normalize</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.commonmark-parser-smart">
    <strong><code><a href="cmark.constants.php#constant.commonmark-parser-smart">CommonMark\Parser\Smart</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.commonmark-parser-validateutf8">
    <strong><code><a href="cmark.constants.php#constant.commonmark-parser-validateutf8">CommonMark\Parser\ValidateUTF8</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.commonmark-render-hardbreaks">
    <strong><code><a href="cmark.constants.php#constant.commonmark-render-hardbreaks">CommonMark\Render\HardBreaks</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.commonmark-render-nobreaks">
    <strong><code><a href="cmark.constants.php#constant.commonmark-render-nobreaks">CommonMark\Render\NoBreaks</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.commonmark-render-normal">
    <strong><code><a href="cmark.constants.php#constant.commonmark-render-normal">CommonMark\Render\Normal</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.commonmark-render-safe">
    <strong><code><a href="cmark.constants.php#constant.commonmark-render-safe">CommonMark\Render\Safe</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.commonmark-render-sourcepos">
    <strong><code><a href="cmark.constants.php#constant.commonmark-render-sourcepos">CommonMark\Render\SourcePos</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>