|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- EN-Revision: bbfa9738785f054752e6cb565cd0a58e71015bc6 Maintainer: Fan2Shrek Status: ready --> |
| 2 | +<!-- EN-Revision: 876a6a393125efc9d771cebdae1c02fec37c8ef7 Maintainer: Fan2Shrek Status: ready --> |
3 | 3 | <!-- Reviewed: yes --> |
4 | | -<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"> |
| 4 | +<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xml:id="book.cmark"> |
5 | 5 | <?phpdoc extension-membership="pecl" ?> |
6 | 6 | <title>CommonMark</title> |
7 | 7 | <titleabbrev>CommonMark</titleabbrev> |
8 | 8 |
|
9 | 9 | <preface xml:id="intro.cmark"> |
10 | 10 | &reftitle.intro; |
11 | | - <para> |
| 11 | + <simpara> |
12 | 12 | Cette extension fournit un accès à l'implémentation de référence de CommonMark, une version rationalisée de la syntaxe Markdown avec une spécification. |
13 | | - </para> |
| 13 | + </simpara> |
14 | 14 | <formalpara> |
15 | 15 | <title>Parsing:</title> |
16 | 16 | <para> |
17 | 17 | L'extension CommonMark fournit une API d'analyse simple: |
18 | | - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-parse')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" /> |
| 18 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-parse')/db:refsect1[@role='description']/descendant::db:methodsynopsis)"/> |
19 | 19 | </para> |
20 | 20 | </formalpara> |
21 | 21 | <formalpara> |
22 | 22 | <title>Rendering:</title> |
23 | 23 | <para> |
24 | 24 | L'extension CommonMark fournit une API de rendu simple qui prend en charge plusieurs formats: |
25 | | - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" /> |
26 | | - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-html')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" /> |
27 | | - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-xml')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" /> |
28 | | - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-man')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" /> |
29 | | - <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-latex')/db:refsect1[@role='description']/descendant::db:methodsynopsis)" /> |
| 25 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render')/db:refsect1[@role='description']/descendant::db:methodsynopsis)"/> |
| 26 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-html')/db:refsect1[@role='description']/descendant::db:methodsynopsis)"/> |
| 27 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-xml')/db:refsect1[@role='description']/descendant::db:methodsynopsis)"/> |
| 28 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-man')/db:refsect1[@role='description']/descendant::db:methodsynopsis)"/> |
| 29 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.commonmark-render-latex')/db:refsect1[@role='description']/descendant::db:methodsynopsis)"/> |
30 | 30 | </para> |
31 | 31 | </formalpara> |
32 | 32 | <formalpara> |
33 | 33 | <title>AST:</title> |
34 | 34 | <para> |
35 | 35 | L'extension CommonMark fournit une interface pour les objets CommonMark\Node: |
36 | | - <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')])" /> |
| 36 | + <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')])"/> |
37 | 37 | </para> |
38 | 38 | </formalpara> |
39 | 39 | <formalpara> |
40 | 40 | <title>CQL:</title> |
41 | 41 | <para> |
42 | 42 | L'extension CommonMark fournit une interface à CQL, CommonMark Query Language: |
43 | | - <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')])" /> |
| 43 | + <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')])"/> |
44 | 44 | </para> |
45 | 45 | </formalpara> |
46 | 46 | </preface> |
|
76 | 76 | &reference.cmark.reference; |
77 | 77 |
|
78 | 78 | </book> |
79 | | - |
80 | 79 | <!-- Keep this comment at the end of the file |
81 | 80 | Local variables: |
82 | 81 | mode: sgml |
|
0 commit comments