Skip to content

Commit

Permalink
Restructure.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Oct 25, 2024
1 parent 81431e1 commit 8fdb02c
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1564,14 +1564,9 @@
<header>
<h1>1.2.0</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2024-10-23">2024-10-23</time>
<time datetime="2024-10-24">2024-10-24</time>
</header>
<aside>
<p>
Be specific about the behaviour of nested links. This is
inconsistent across the various Markdown implementations
(and CommonMark). Document and stick to a standard.
</p>
<p>
Output OSC8 hyperlinks in <b>-tterm</b> mode. See
<a href="https://github.com/Alhadis/OSC8-Adoption/">
Expand All @@ -1589,19 +1584,6 @@
links. This makes links be <q>live</q> in some
<b>-tman</b> utilities.
</p>
<p>
Rename the <b>--nroff-no-groff</b> flag as
<b>--nroff-traditional</b>, as the changes it effects
equally favour mandoc and Heirloom troff. Does not change
the code interface, which uses the same macro name as
before.
</p>
<p>
Have metadata not be processed by the <q>smart</q>
typography at all. This is because some values are links
and others are mainlined directly into output and should
not be touched.
</p>
<p>
Add metadata <code>html header</code>,
<code>latex header</code>, <code>ms header</code>, and
Expand All @@ -1610,14 +1592,33 @@
</p>
<p>
Have footnotes in <b>-tms</b> be linked: clicking on a
footnote number will jump to that footnote in the document.
footnote number will jump to that footnote in the
document.
</p>
<p>
Introduce <b>--nroff-endnotes</b>, which adds a new flag
to the public API (hence the minor number addition). This
delays printing of <b>-tms</b> footnotes until the end of
the document, making them endnotes.
</p>
<p>
Deprecate the <b>--nroff-no-groff</b> flag in favour of
<b>--nroff-traditional</b>, as the changes it effects
equally favour mandoc and Heirloom troff. Does not change
the code interface, which uses the same macro name as
before.
</p>
<p>
Have metadata not be processed by the <q>smart</q>
typography at all. This is because some values are links
and others are mainlined directly into output and should
not be touched.
</p>
<p>
Be specific about the behaviour of nested links. This is
inconsistent across the various Markdown implementations
(and CommonMark). Document and stick to a standard.
</p>
</aside>
</article>
</articles>

0 comments on commit 8fdb02c

Please sign in to comment.