mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-17 17:39:54 +08:00
Bump dates, update dependencies.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Pandoc User's Guide
|
||||
author: John MacFarlane
|
||||
date: July 20, 2023
|
||||
date: August 11, 2023
|
||||
---
|
||||
|
||||
# Synopsis
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Revision history for pandoc
|
||||
|
||||
## pandoc 3.1.6.1 (PROVISIONAL)
|
||||
## pandoc 3.1.6.1 (2023-08-11)
|
||||
|
||||
* HTML reader: properly calculate RowHeadColumns (#8984). This fixes a
|
||||
bug in the calculation of the number of header columns in table row.
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
. ftr VB CB
|
||||
. ftr VBI CBI
|
||||
.\}
|
||||
.TH "Pandoc User\[cq]s Guide" "" "July 20, 2023" "pandoc 3.1.6" ""
|
||||
.TH "Pandoc User\[cq]s Guide" "" "August 11, 2023" "pandoc 3.1.6" ""
|
||||
.hy
|
||||
.SH NAME
|
||||
pandoc - general markup converter
|
||||
|
||||
@@ -99,7 +99,7 @@ library
|
||||
|
||||
build-depends: SHA >= 1.6 && < 1.7
|
||||
, aeson
|
||||
, bytestring >= 0.9 && < 0.12
|
||||
, bytestring >= 0.9 && < 0.13
|
||||
, citeproc >= 0.8 && < 0.9
|
||||
, containers >= 0.6.0.1 && < 0.7
|
||||
, data-default >= 0.4 && < 0.8
|
||||
|
||||
@@ -52,8 +52,8 @@ library
|
||||
build-depends: pandoc >= 3.0,
|
||||
pandoc-types >= 1.22 && < 1.24,
|
||||
containers >= 0.6.0.1 && < 0.7,
|
||||
aeson >= 2.0 && < 2.2,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
aeson >= 2.0 && < 2.3,
|
||||
bytestring >= 0.9 && < 0.13,
|
||||
base64 >= 0.4 && < 0.5,
|
||||
doctemplates >= 0.11 && < 0.12,
|
||||
data-default >= 0.4 && < 0.8,
|
||||
|
||||
+3
-3
@@ -470,7 +470,7 @@ library
|
||||
binary >= 0.7 && < 0.11,
|
||||
blaze-html >= 0.9 && < 0.10,
|
||||
blaze-markup >= 0.8 && < 0.9,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
bytestring >= 0.9 && < 0.13,
|
||||
case-insensitive >= 1.2 && < 1.3,
|
||||
citeproc >= 0.8.1 && < 0.9,
|
||||
commonmark >= 0.2.3 && < 0.3,
|
||||
@@ -479,7 +479,7 @@ library
|
||||
containers >= 0.6.0.1 && < 0.7,
|
||||
crypton-connection >= 0.3.1 && < 0.4,
|
||||
data-default >= 0.4 && < 0.8,
|
||||
deepseq >= 1.3 && < 1.5,
|
||||
deepseq >= 1.3 && < 1.6,
|
||||
directory >= 1.2.3 && < 1.4,
|
||||
doclayout >= 0.4.0.1 && < 0.5,
|
||||
doctemplates >= 0.11 && < 0.12,
|
||||
@@ -752,7 +752,7 @@ test-suite test-pandoc
|
||||
build-depends: pandoc,
|
||||
Diff >= 0.2 && < 0.5,
|
||||
Glob >= 0.7 && < 0.11,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
bytestring >= 0.9 && < 0.13,
|
||||
containers >= 0.4.2.1 && < 0.7,
|
||||
directory >= 1.2.3 && < 1.4,
|
||||
doctemplates >= 0.11 && < 0.12,
|
||||
|
||||
+2
-2
@@ -12,7 +12,7 @@ extra-deps:
|
||||
- hslua-cli-1.4.1
|
||||
- hslua-module-zip-1.1.0
|
||||
- hslua-repl-0.1.1
|
||||
- tls-1.7.0
|
||||
- tls-1.7.1
|
||||
- crypton-connection-0.3.1
|
||||
- crypton-x509-1.7.6
|
||||
- crypton-x509-store-1.6.9
|
||||
@@ -21,7 +21,7 @@ extra-deps:
|
||||
- http-client-tls-0.3.6.2
|
||||
- commonmark-0.2.3
|
||||
- typst-symbols-0.1.2
|
||||
- toml-parser-1.2.1.0
|
||||
- toml-parser-1.3.0.0
|
||||
- xml-conduit-1.9.1.3
|
||||
- commonmark-extensions-0.2.3.5
|
||||
- typst-0.3.1.0
|
||||
|
||||
Reference in New Issue
Block a user