mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Bump to 3.9.0.2, update changelog and man pages.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Pandoc User's Guide
|
||||
author: John MacFarlane
|
||||
date: 2026-03-17
|
||||
date: 2026-03-19
|
||||
---
|
||||
|
||||
# Synopsis
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Revision history for pandoc
|
||||
|
||||
## pandoc 3.9.0.2 (2026-03-19)
|
||||
|
||||
* Typst template: fix regression introduced in 3.9.0.1 (#11538).
|
||||
|
||||
## pandoc 3.9.0.1 (2026-03-17)
|
||||
|
||||
* WASM GUI:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.\" Automatically generated by Pandoc 3.9.0.1
|
||||
.\" Automatically generated by Pandoc 3.9.0.2
|
||||
.\"
|
||||
.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.9.0.1" "Pandoc User\[cq]s Guide"
|
||||
.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.9.0.2" "Pandoc User\[cq]s Guide"
|
||||
.SH SYNOPSIS
|
||||
\f[CR]pandoc\-lua\f[R] [\f[I]options\f[R]] [\f[I]script\f[R]
|
||||
[\f[I]args\f[R]]]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.\" Automatically generated by Pandoc 3.9.0.1
|
||||
.\" Automatically generated by Pandoc 3.9.0.2
|
||||
.\"
|
||||
.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.9.0.1" "Pandoc User\[cq]s Guide"
|
||||
.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.9.0.2" "Pandoc User\[cq]s Guide"
|
||||
.SH SYNOPSIS
|
||||
\f[CR]pandoc\-server\f[R] [\f[I]options\f[R]]
|
||||
.SH DESCRIPTION
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.\" Automatically generated by Pandoc 3.9.0.1
|
||||
.\" Automatically generated by Pandoc 3.9.0.2
|
||||
.\"
|
||||
.TH "pandoc" "1" "2026\-03\-17" "pandoc 3.9.0.1" "Pandoc User\[cq]s Guide"
|
||||
.TH "pandoc" "1" "2026\-03\-19" "pandoc 3.9.0.2" "Pandoc User\[cq]s Guide"
|
||||
.SH NAME
|
||||
pandoc - general markup converter
|
||||
.SH SYNOPSIS
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
cabal-version: 2.4
|
||||
name: pandoc-cli
|
||||
version: 3.9.0.1
|
||||
version: 3.9.0.2
|
||||
build-type: Simple
|
||||
license: GPL-2.0-or-later
|
||||
license-file: COPYING.md
|
||||
@@ -69,7 +69,7 @@ executable pandoc
|
||||
buildable: True
|
||||
-- Note: we always link to an exact version of pandoc, with the
|
||||
-- same version as this package:
|
||||
build-depends: pandoc == 3.9.0.1, text
|
||||
build-depends: pandoc == 3.9.0.2, text
|
||||
other-modules: PandocCLI.Lua
|
||||
, PandocCLI.Server
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
cabal-version: 2.4
|
||||
name: pandoc
|
||||
version: 3.9.0.1
|
||||
version: 3.9.0.2
|
||||
build-type: Simple
|
||||
license: GPL-2.0-or-later
|
||||
license-file: COPYING.md
|
||||
|
||||
Reference in New Issue
Block a user