<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/src/man.c, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/'/>
<entry>
<title>Fixed a number of issues relating to line wrapping.</title>
<updated>2016-04-09T19:15:36+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-04-09T18:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=9c3a7023014f961197bc27ff8360ce9e1b1d6c29'/>
<id>9c3a7023014f961197bc27ff8360ce9e1b1d6c29</id>
<content type='text'>
- Extend CMARK_OPT_NOBREAKS to all renderers and add `--nobreaks`.
- Do not autowrap, regardless of width parameter, if CMARK_OPT_NOBREAKS
  is set.
- Fixed CMARK_OPT_HARDBREAKS for LaTeX and man renderers.
- Ensure that no auto-wrapping occurs if CMARK_OPT_NOBREAKS is enabled,
  or if output is CommonMark and CMARK_OPT_HARDBREAKS is enabled.
- Updated man pages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Extend CMARK_OPT_NOBREAKS to all renderers and add `--nobreaks`.
- Do not autowrap, regardless of width parameter, if CMARK_OPT_NOBREAKS
  is set.
- Fixed CMARK_OPT_HARDBREAKS for LaTeX and man renderers.
- Ensure that no auto-wrapping occurs if CMARK_OPT_NOBREAKS is enabled,
  or if output is CommonMark and CMARK_OPT_HARDBREAKS is enabled.
- Updated man pages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use variable length arrays</title>
<updated>2016-03-12T10:51:31+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2016-03-12T10:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=6135e9b953747365358f7f2e23e53cc0e4a701b2'/>
<id>6135e9b953747365358f7f2e23e53cc0e4a701b2</id>
<content type='text'>
They're not supported by MSVC.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They're not supported by MSVC.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/mbenelli/cmark into mbenelli-master</title>
<updated>2016-01-18T17:26:14+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2016-01-18T17:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=7e1f8b8e49ca291a7757c55a8e02fc7a85d1434c'/>
<id>7e1f8b8e49ca291a7757c55a8e02fc7a85d1434c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename NODE_HTML -&gt; NODE_HTML_BLOCK, NODE_INLINE_HTML -&gt; NODE_HTML_INLINE.</title>
<updated>2015-12-28T19:46:33+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-28T19:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=6e599f2ceb8ca1aee0cdb47d37aba16ac5938641'/>
<id>6e599f2ceb8ca1aee0cdb47d37aba16ac5938641</id>
<content type='text'>
API change.  Sorry, but this is the time to break things,
before 1.0 is released.  This matches the recent changes to
CommonMark.dtd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API change.  Sorry, but this is the time to break things,
before 1.0 is released.  This matches the recent changes to
CommonMark.dtd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename hrule -&gt; thematic_break.</title>
<updated>2015-12-23T06:55:39+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-23T06:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=4811dc3ec2330f015444ac6f5ee4f8cbf3563808'/>
<id>4811dc3ec2330f015444ac6f5ee4f8cbf3563808</id>
<content type='text'>
CMARK_NODE_HRULE -&gt; CMARK_NODE_THEMATIC_BREAK.

However we've defined the former as the latter to keep
backwards compatibility.

See jgm/CommonMark 8fa94cb460f5e516b0e57adca33f50a669d51f6c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CMARK_NODE_HRULE -&gt; CMARK_NODE_THEMATIC_BREAK.

However we've defined the former as the latter to keep
backwards compatibility.

See jgm/CommonMark 8fa94cb460f5e516b0e57adca33f50a669d51f6c
</pre>
</div>
</content>
</entry>
<entry>
<title>CMARK_NODE_HEADER -&gt; CMARK_NODE_HEADING.</title>
<updated>2015-12-23T06:41:33+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-23T06:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=de6c5fb2c45dfa2791074f7d99a27b23b2106dfc'/>
<id>de6c5fb2c45dfa2791074f7d99a27b23b2106dfc</id>
<content type='text'>
Defined CMARK_NODE_HEADER to CMARK_NODE_HEADING to ease
the transition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defined CMARK_NODE_HEADER to CMARK_NODE_HEADING to ease
the transition.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename 'header' -&gt; 'heading'.</title>
<updated>2015-12-23T06:18:03+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-23T06:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=a74295a1ea686611498a75dd45597d224ce99287'/>
<id>a74295a1ea686611498a75dd45597d224ce99287</id>
<content type='text'>
See jgm/CommonMark commit 0cdbcee4e840abd0ac7db93797b2b75ca4104314

Note that we have defined

cmark_node_get_header_level = cmark_node_get_heading_level
and
cmark_node_set_header_level = camrk_node_set_heading_level

for backwards compatibility in the API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See jgm/CommonMark commit 0cdbcee4e840abd0ac7db93797b2b75ca4104314

Note that we have defined

cmark_node_get_header_level = cmark_node_get_heading_level
and
cmark_node_set_header_level = camrk_node_set_heading_level

for backwards compatibility in the API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed API for CUSTOM_BLOCK and CUSTOM_INLINE.</title>
<updated>2015-12-20T05:18:02+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-20T05:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=b0a6c472f881a3e0a7b61722fb6fddbcc39e5139'/>
<id>b0a6c472f881a3e0a7b61722fb6fddbcc39e5139</id>
<content type='text'>
Instead of using their `as.literal` content, we now
give each custom node *two* literal fields, one to
be printed on entering the node (before rendering
the children, if any), the other on exiting (after
rendering children).

This gives us the flexibility to have custom nodes
with children.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using their `as.literal` content, we now
give each custom node *two* literal fields, one to
be printed on entering the node (before rendering
the children, if any), the other on exiting (after
rendering children).

This gives us the flexibility to have custom nodes
with children.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename RAW_BLOCK -&gt; CUSTOM_BLOCK, RAW_INLINE -&gt; CUSTOM_INLINE.</title>
<updated>2015-12-20T04:50:37+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-20T04:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=774ac507fc7e86c6fe0d7b16a3c1abaed4849fab'/>
<id>774ac507fc7e86c6fe0d7b16a3c1abaed4849fab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added RAW_BLOCK and RAW_INLINE node types.</title>
<updated>2015-12-19T23:26:18+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-12-19T23:26:18+00:00</published>
<link rel='alternate' type='text/html' href='http://ns2.complex-networks.net/cmark/commit/?id=00ae2c61a47e09bb7643f0a7153c2009b7537e09'/>
<id>00ae2c61a47e09bb7643f0a7153c2009b7537e09</id>
<content type='text'>
These are passed through verbatim by all writers, with no
escaping.

They are never generated by the parser, and do not correspond
to CommonMark elements.  They are designed to be inserted by
filters that postprocess the AST.  For example, a filter might
convert specially marked code blocks to svg diagrams in HTML
and tikz diagrams in LaTeX, passing these through to the renderer
as a RAW_BLOCK.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are passed through verbatim by all writers, with no
escaping.

They are never generated by the parser, and do not correspond
to CommonMark elements.  They are designed to be inserted by
filters that postprocess the AST.  For example, a filter might
convert specially marked code blocks to svg diagrams in HTML
and tikz diagrams in LaTeX, passing these through to the renderer
as a RAW_BLOCK.
</pre>
</div>
</content>
</entry>
</feed>
