1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-25 16:22:18 +01:00
Files
archived-doc-ru/reference/cmark/book.xml
2024-04-21 18:51:04 +03:00

99 lines
4.6 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: bbfa9738785f054752e6cb565cd0a58e71015bc6 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.cmark" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<?phpdoc extension-membership="pecl" ?>
<title>CommonMark</title>
<titleabbrev>CommonMark</titleabbrev>
<preface xml:id="intro.cmark">
&reftitle.intro;
<para>
Модуль предоставляет доступ к эталонной реализации CommonMark, рационализированной версии синтаксиса Markdown со спецификацией.
</para>
<formalpara>
<title>Разбор:</title>
<para>
Модуль CommonMark предоставляет простой API синтаксического анализа:
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-parse')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" />
</para>
</formalpara>
<formalpara>
<title>Отображение:</title>
<para>
Модуль CommonMark предоставляет простой API отображения, который поддерживает несколько форматов:
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" />
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-html')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" />
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-xml')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" />
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-man')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" />
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-latex')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" />
</para>
</formalpara>
<formalpara>
<title>AST:</title>
<para>
Модуль CommonMark реализует перемещение для объектов CommonMark\Node:
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('commonmark-node.accept')/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
</para>
</formalpara>
<formalpara>
<title>CQL:</title>
<para>
Модуль CommonMark предоставляет интерфейс для CQL, CommonMark Query Language:
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('commonmark-cql.construct')/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])" />
</para>
</formalpara>
</preface>
&reference.cmark.setup;
&reference.cmark.constants;
&reference.cmark.commonmark.node.document;
&reference.cmark.commonmark.node.heading;
&reference.cmark.commonmark.node.paragraph;
&reference.cmark.commonmark.node.blockquote;
&reference.cmark.commonmark.node.bulletlist;
&reference.cmark.commonmark.node.orderedlist;
&reference.cmark.commonmark.node.item;
&reference.cmark.commonmark.node.text;
&reference.cmark.commonmark.node.text.strong;
&reference.cmark.commonmark.node.text.emphasis;
&reference.cmark.commonmark.node.thematicbreak;
&reference.cmark.commonmark.node.softbreak;
&reference.cmark.commonmark.node.linebreak;
&reference.cmark.commonmark.node.code;
&reference.cmark.commonmark.node.codeblock;
&reference.cmark.commonmark.node.htmlblock;
&reference.cmark.commonmark.node.htmlinline;
&reference.cmark.commonmark.node.image;
&reference.cmark.commonmark.node.link;
&reference.cmark.commonmark.node.customblock;
&reference.cmark.commonmark.node.custominline;
&reference.cmark.commonmark.node;
&reference.cmark.commonmark.interfaces.ivisitor;
&reference.cmark.commonmark.interfaces.ivisitable;
&reference.cmark.commonmark.parser;
&reference.cmark.commonmark.cql;
&reference.cmark.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->