<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/haddock-library/src/Documentation, branch ghc-9.4</title>
<subtitle>Haddock with an org backend (haddorg).
</subtitle>
<id>https://g.ypei.me/haddock.git/atom?h=ghc-9.4</id>
<link rel='self' href='https://g.ypei.me/haddock.git/atom?h=ghc-9.4'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/'/>
<updated>2022-07-21T02:27:19+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'upstream/ghc-9.4' into ghc-9.4</title>
<updated>2022-07-21T02:27:19+00:00</updated>
<author>
<name>Yuchen Pei</name>
<email>hi@ypei.me</email>
</author>
<published>2022-07-21T02:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=32ac0f03b4259fc8eebba9bb3a2a46d23122a43b'/>
<id>urn:sha1:32ac0f03b4259fc8eebba9bb3a2a46d23122a43b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix parsing trailing quotes in backticked identifiers (#1408) (#1483)</title>
<updated>2022-05-08T14:19:47+00:00</updated>
<author>
<name>Artem Pelenitsyn</name>
<email>a.pelenitsyn@gmail.com</email>
</author>
<published>2022-05-08T14:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=4073ed3534eea6579869679bdb59ea3322c2a588'/>
<id>urn:sha1:4073ed3534eea6579869679bdb59ea3322c2a588</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keep track of ordered list indexes and render them (#1407)</title>
<updated>2022-05-03T12:19:24+00:00</updated>
<author>
<name>Ben Simms</name>
<email>ben@bensimms.moe</email>
</author>
<published>2022-05-03T12:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=35c99f595c984f58d2fb4dc180c48a0eaf7df173'/>
<id>urn:sha1:35c99f595c984f58d2fb4dc180c48a0eaf7df173</id>
<content type='text'>
* Keep track of ordered list indexes and render them

* Rename some identifiers to clarify</content>
</entry>
<entry>
<title>Follow hlint, remove language pragmas in libs. (#1478)</title>
<updated>2022-05-03T11:34:04+00:00</updated>
<author>
<name>Phil de Joux</name>
<email>philderbeast@gmail.com</email>
</author>
<published>2022-05-03T11:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=bc0f2d6c1bfd331a9426fa9a92288444178267b1'/>
<id>urn:sha1:bc0f2d6c1bfd331a9426fa9a92288444178267b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parse Markdown links at beginning of line within a paragraph (#1470)</title>
<updated>2022-04-12T11:29:46+00:00</updated>
<author>
<name>Steve Hart</name>
<email>steve.hart@americandata.consulting</email>
</author>
<published>2022-04-12T11:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=e06c1c255377e5245748f4c4003240815deae72f'/>
<id>urn:sha1:e06c1c255377e5245748f4c4003240815deae72f</id>
<content type='text'>
* Catch Markdown links at beginning of line within paragraph

Per Issue #774, Markdown links were being parsed as ordinary text when
they occurred at the beginning of a line other than the first line of
the paragraph. This occurred because the parser was not interpreting a
left square bracket as a special character that could delimit special
markup. A space character was considered a special character, so, if a
space occurred at the beginning of the new line, then the parser would
interpret the space by itself and then continue parsing, thereby
catching the Markdown link. '\n' was not treated as a special character,
so the parser did not catch a Markdown link that may have followed.

Note that this will allow for Markdown links that are not surrounded by
spaces. For example, the following text includes a Markdown link that
will be parsed:

  Hello, world[label](url)

This is consistent with how the parser handles other types of markup.

* Remove obsolete documentation hint

Commit 6b9aeafddf20efc65d3725c16e3fc43a20aac343 should eliminate the
need for the workaround suggested in the documentation.</content>
</entry>
<entry>
<title>spelling errors (#1471)</title>
<updated>2022-04-06T15:47:57+00:00</updated>
<author>
<name>askeblad</name>
<email>74082607+askeblad@users.noreply.github.com</email>
</author>
<published>2022-04-06T15:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=a127bb256ec411b2e78edba21299c5dabba3b847'/>
<id>urn:sha1:a127bb256ec411b2e78edba21299c5dabba3b847</id>
<content type='text'>
</content>
</entry>
<entry>
<title>typos (#1464)</title>
<updated>2022-03-16T08:44:27+00:00</updated>
<author>
<name>askeblad</name>
<email>74082607+askeblad@users.noreply.github.com</email>
</author>
<published>2022-03-16T08:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=e187816f64f0c54dc924f8283fe4c75a6e1f67b2'/>
<id>urn:sha1:e187816f64f0c54dc924f8283fe4c75a6e1f67b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Link to (~)</title>
<updated>2022-03-14T19:32:30+00:00</updated>
<author>
<name>Vladislav Zavialov</name>
<email>vlad.z.4096@gmail.com</email>
</author>
<published>2020-10-18T13:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=b02188ab1cc46dd82395a22b04f890cf15f3feae'/>
<id>urn:sha1:b02188ab1cc46dd82395a22b04f890cf15f3feae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dubious parseModLink</title>
<updated>2021-02-07T16:46:25+00:00</updated>
<author>
<name>alexbiehl</name>
<email>alexbiehl@gmail.com</email>
</author>
<published>2021-02-07T16:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=2f34d120c6da996d23518c3fa9065ccf0e05a551'/>
<id>urn:sha1:2f34d120c6da996d23518c3fa9065ccf0e05a551</id>
<content type='text'>
Instead construct the ModLink value directly when parsing.
</content>
</entry>
<entry>
<title>Add support for labeled module references</title>
<updated>2021-02-07T15:13:04+00:00</updated>
<author>
<name>Iñaki García Etxebarria</name>
<email>git@inaki.blueleaf.cc</email>
</author>
<published>2019-07-31T15:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=c31c156422785751e33c9a7a4f021ac8da77d364'/>
<id>urn:sha1:c31c156422785751e33c9a7a4f021ac8da77d364</id>
<content type='text'>
Support a markdown-style way of annotating module references. For instance

-- | [label]("Module.Name#anchor")

will create a link that points to the same place as the module
reference "Module.Name#anchor" but the text displayed on the link will
be "label".
</content>
</entry>
</feed>
