Skip to content

Commit

Permalink
Get ready for 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Nov 6, 2023
1 parent 4943d6c commit 8c3d471
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1466,4 +1466,47 @@
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>1.1.0</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2023-11-05">2023-11-05</time>
</header>
<aside>
<p>
Accept GitHub and MDN-style admonitions.
Admonitions are block-quotes that begin with a bold phrase (e.g.,
<pre>note</pre>).
The output rendering is only for <b>-thtml</b>.
</p>
<p>
Accept GitHub-style superscripts and make them the default.
Previously, <span class="nm">lowdown</span> accepted only the
traditional Markdown superscripts; however, pandoc and other tools
use GFM syntax by default, so use this instead and make classical
parsing into an option <b>--parse-super-short</b>.
</p>
<p>
Add subscript support in the same way as superscript support.
Subscripts overlap with strike-throughs, which are enabled by default.
However, strike-throughs only appear for double-tildes.
</p>
<p>
Normalise the shared library to version 1, tied to the major number
of the package, and increment the minor number of the package
following the above API changes.
</p>
<p>
In <b>-tterm</b> mode, don't print metadata unless <b>-s</b> is
specified, in which case print the title, author, and date just like
in the other modes. Provide a <b>--term-all-meta</b> option to
print all metadata like before.
</p>
<p>
Lastly, significantly update
<a href="https://github.com/kristapsdz/lowdown/blob/master/man/lowdown.3">lowdown(3)</a>
to document the AST generated by the parser.
</p>
</aside>
</article>
</articles>

0 comments on commit 8c3d471

Please sign in to comment.