Skip to content

Commit

Permalink
[CI][Tests] Bump to pandoc 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Nov 20, 2020
1 parent fa0416b commit 25f7299
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
pandocver: ["2.11.0.4"]
pandocver: ["2.11.2"]
include:
- os: ubuntu-latest
container: 'lierdakil/alpine-haskell:8.10.2-pwsh'
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pandocver: ["2.11.0.4"]
pandocver: ["2.11.2"]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml
Expand Up @@ -10,12 +10,12 @@ packages:
extra-deps:
- roman-numerals-0.5.1.5
- data-accessor-template-0.2.1.16
- pandoc-2.11.0.4
- pandoc-2.11.2
- pandoc-types-1.22
# pandoc dependencies
- citeproc-0.1.0.3
- commonmark-0.1.0.2
- commonmark-extensions-0.2.0.1
- citeproc-0.2
- commonmark-0.1.1.2
- commonmark-extensions-0.2.0.4
- commonmark-pandoc-0.2.0.1
- hslua-1.1.2
- jira-wiki-markup-1.3.2
Expand Down
9 changes: 3 additions & 6 deletions test/m2m/secLabels/expect.md
@@ -1,13 +1,10 @@
a First Level Section {#first-level-section}
=====================
# a First Level Section {#first-level-section}

a.a Second Level Section {#second-level-section}
------------------------
## a.a Second Level Section {#second-level-section}

![Figure a: my figure](myfig.png){#fig:myfig}

a.b Other Second Level Section {#other-second-level-section}
------------------------------
## a.b Other Second Level Section {#other-second-level-section}

::: {#tbl:mytable}
a b c
Expand Down
6 changes: 2 additions & 4 deletions test/m2m/section-template/expect.md
@@ -1,8 +1,6 @@
Chapter 1. First Level Section {#first-level-section}
==============================
# Chapter 1. First Level Section {#first-level-section}

Section 1.1. Second Level Section {#second-level-section}
---------------------------------
## Section 1.1. Second Level Section {#second-level-section}

### Paragraph 1.1.1. Thrid Level Section {#thrid-level-section}

Expand Down

0 comments on commit 25f7299

Please sign in to comment.