<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust-rst/renderer, branch options</title>
<subtitle>a reStructuredText parser and renderer</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/'/>
<entry>
<title>Use initial header level</title>
<updated>2020-10-25T16:57:32+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2020-10-25T16:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=bd9cfd1fd6cf1d98b5fbc45b60a1ecc204f23e32'/>
<id>bd9cfd1fd6cf1d98b5fbc45b60a1ecc204f23e32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial options impl</title>
<updated>2020-10-25T16:46:51+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2020-10-25T16:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=126dc6cfddf91c4cdac2b7d4cfb961019f3c6784'/>
<id>126dc6cfddf91c4cdac2b7d4cfb961019f3c6784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Decrement renderer level after section recursion (#16)</title>
<updated>2020-10-25T15:35:52+00:00</updated>
<author>
<name>Konsta Hölttä</name>
</author>
<published>2020-10-25T15:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=b0c55246570b9c04e732eee43e6c02d6f3a043a4'/>
<id>b0c55246570b9c04e732eee43e6c02d6f3a043a4</id>
<content type='text'>
The html renderer section level used for title numbering is incremented
when entering a new section so that subsections get correct heading
elements. Match the increment with a decrement after having rendered the
section contents, so that multiple consecutive sections would stay
consistent.

Add a test to verify this behaviour.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The html renderer section level used for title numbering is incremented
when entering a new section so that subsections get correct heading
elements. Match the increment with a decrement after having rendered the
section contents, so that multiple consecutive sections would stay
consistent.

Add a test to verify this behaviour.</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for raw directives (#17)</title>
<updated>2020-09-06T22:30:34+00:00</updated>
<author>
<name>Konsta Hölttä</name>
</author>
<published>2020-09-06T22:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=4c487a44208a96e3a23ab8974d224cae489688be'/>
<id>4c487a44208a96e3a23ab8974d224cae489688be</id>
<content type='text'>
All content under a raw directive is rendered as-is if the output format
matches the writer. Otherwise none of it is shown.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All content under a raw directive is rendered as-is if the output format
matches the writer. Otherwise none of it is shown.</pre>
</div>
</content>
</entry>
<entry>
<title>Add html test for substs in literals</title>
<updated>2020-09-06T22:28:39+00:00</updated>
<author>
<name>Konsta Hölttä</name>
</author>
<published>2020-08-23T18:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=4de128cf7924ad3c0c81dfc52701ace16b010749'/>
<id>4de128cf7924ad3c0c81dfc52701ace16b010749</id>
<content type='text'>
Text inside an inline or block literal that looks like a substitution
reference must still stay unmodified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Text inside an inline or block literal that looks like a substitution
reference must still stay unmodified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Arbitrary scheme url demo for issue #18 (#19)</title>
<updated>2020-09-06T14:46:45+00:00</updated>
<author>
<name>Konsta Hölttä</name>
</author>
<published>2020-09-06T14:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=342d09574f418549b801d133bef792649301d8aa'/>
<id>342d09574f418549b801d133bef792649301d8aa</id>
<content type='text'>
Co-authored-by: Philipp A &lt;flying-sheep@web.de&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Philipp A &lt;flying-sheep@web.de&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>circumvent E0119</title>
<updated>2020-06-03T13:07:30+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2020-06-03T13:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=ef64405f2b57f87f16cbd0e4ceaf13dcf280c47e'/>
<id>ef64405f2b57f87f16cbd0e4ceaf13dcf280c47e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added READMEs</title>
<updated>2020-01-08T19:13:56+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2020-01-08T19:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=2634a083a58e15935ce57eb0077f736309e78aae'/>
<id>2634a083a58e15935ce57eb0077f736309e78aae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added code block directive</title>
<updated>2020-01-03T15:48:39+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2020-01-03T15:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=06e7d81088e33d7ee03e7088e1ec2289e9c2bf5c'/>
<id>06e7d81088e33d7ee03e7088e1ec2289e9c2bf5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.3.0</title>
<updated>2019-12-26T22:45:57+00:00</updated>
<author>
<name>Philipp A</name>
</author>
<published>2019-12-26T22:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/rust-rst/commit/?id=0f1a3e3578b934454a41a31eff15c23622719a67'/>
<id>0f1a3e3578b934454a41a31eff15c23622719a67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
