<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lists on Miek Gieben</title>
    <link>https://miek.nl/tags/lists/</link>
    <description>Recent content in Lists on Miek Gieben</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>© Copyright 2007-2024 Miek Gieben</copyright>
    <lastBuildDate>Tue, 01 Mar 2016 14:14:24 +0000</lastBuildDate>
    <atom:link href="https://miek.nl/tags/lists/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title> Inline Attribute Lists</title>
      <link>https://miek.nl/2016/march/01/inline-attribute-lists/</link>
      <pubDate>Tue, 01 Mar 2016 14:14:24 +0000</pubDate>
      <guid>https://miek.nl/2016/march/01/inline-attribute-lists/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://github.com/miekg/mmark&#34;&gt;Mmark&lt;/a&gt; is a powerful markdown parser.&lt;/p&gt;&#xA;&lt;p&gt;With Inline Attribute Lists (&lt;a href=&#34;http://kramdown.gettalong.org/syntax.html#block-ials&#34;&gt;IALs&lt;/a&gt;)&#xA;you can add extra information to block elements, think of extra classes, attributes or an ID.&#xA;In Mmark these have the syntax: &lt;code&gt;{#id .class attr=&amp;quot;key&amp;quot;}&lt;/code&gt;. And should be specified &lt;em&gt;before&lt;/em&gt; a&#xA;block level element.&lt;/p&gt;&#xA;&lt;p&gt;These will mostly be backend specific, i.e. a &lt;code&gt;{color=&amp;quot;blue&amp;quot;}&lt;/code&gt; might do something in HTML5 output,&#xA;but does nothing in the XML v2 output. Worse yet; the XML might not validate anymore. Mmark try to&#xA;help here by white listing the allowed attributes for an element (this happens in each renderer and&#xA;is currently a work in progress).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lists in lists with style</title>
      <link>https://miek.nl/2015/september/24/lists-in-lists-with-style/</link>
      <pubDate>Thu, 24 Sep 2015 11:56:00 +0000</pubDate>
      <guid>https://miek.nl/2015/september/24/lists-in-lists-with-style/</guid>
      <description>&lt;p&gt;Mmark is a markdown dialect for writing RFCs (or books!). The main reason it&#xA;exists is because the IETF is developing a new XML format (version 3) for&#xA;writing RFCs. This new format is &lt;em&gt;way&lt;/em&gt; more powerful, so sadly&#xA;&lt;a href=&#34;https://tools.ietf.org/html/rfc7328.html&#34;&gt;Pandoc2rfc&lt;/a&gt; does not cut it anymore.&lt;/p&gt;&#xA;&lt;p&gt;Right now &lt;a href=&#34;https://github.com/miekg/mmark&#34;&gt;mmark&lt;/a&gt; fully supports writing&#xA;RFCs in XML2RFC version 2, but anything written can also be converted to&#xA;the (work-in-progress) XML2RFC version 3 format. In a series of blog posts&#xA;I will detail some of the features, such as list styling while remaining upwards&#xA;compatible.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
