Files
pandoc/data
John MacFarlane ec23d938e0 Add ChunkedHTML writer.
- Add module Text.Pandoc.Writers.ChunkedHTML,
  exporting writeChunkedHtml [API change].
- Revised API for Text.Pandoc.Chunks.
  `chunkNext`, `chunkPrev`, `chunkUp` are now
  just `Maybe Chunk`.
- Fix assignment of navigation elements of Chunks.
- Strip off anchor portion of next and prev links.
- Remove Ord instances for SecInfo, Chunk.
- Derive Show, Eq, Generic for ChunkDoc.
- Add `chunkSectionNumber`, `chunkUnlisted`.
- Automatically unwrap the zip to a directory
  if an extensionless output file specified.
- Incorporate images with relative paths below working dir.
2023-01-11 09:08:16 -08:00
..
2021-05-15 11:04:53 -07:00
2015-07-13 22:46:49 -07:00
2021-02-19 10:18:49 -08:00
2023-01-11 09:08:16 -08:00
2018-11-20 15:42:24 -05:00
2021-11-03 14:58:30 -07:00