pandocfilters icon indicating copy to clipboard operation
pandocfilters copied to clipboard

Add missing Inline and Block AST elements

Open rnwst opened this issue 3 years ago • 5 comments
trafficstars

Constructors for Inline and Block elements were missing the LineBlock and Underline elements. The constructors now match with the elements listed at https://hackage.haskell.org/package/pandoc-types-1.22.2.1/docs/Text-Pandoc-Definition.html.

rnwst avatar Oct 01 '22 12:10 rnwst

Not sure why CI is failing. We can try rerunning later.

jgm avatar Oct 01 '22 17:10 jgm

The CI has been acting up to me lately.

I am quite busy at the moment so I am sorry I won't have time to look at it soon. I'll come back to this later.

ickc avatar Oct 03 '22 19:10 ickc

The CI has been acting up to me lately.

I am quite busy at the moment so I am sorry I won't have time to look at it soon. I'll come back to this later.

Possibly related, but I had to tweak the panflute CI code due to a change in how github.com distributes the assets (particularly, pandoc): https://github.com/sergiocorreia/panflute/commit/b1fcddfa

sergiocorreia avatar Oct 03 '22 19:10 sergiocorreia

Very likely to be this, it starts acting up around 2 weeks ago.

When I first set up the logic like that, it is pre-github actions era. When I have the time I'd refactor it into a GitHub Action perhaps and so that we can fix any future problems in one single place.

ickc avatar Oct 03 '22 23:10 ickc

Actually someone already did that: https://github.com/marketplace/actions/setup-pandoc

I'll try to use it in other repositories first and if it works well propagate here.

ickc avatar Oct 03 '22 23:10 ickc