Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/upgrade pandoc #1066

Merged
merged 47 commits into from
Apr 4, 2020
Merged

Feature/upgrade pandoc #1066

merged 47 commits into from
Apr 4, 2020

Conversation

hanjoosten
Copy link
Member

@hanjoosten hanjoosten commented Mar 29, 2020

The upgrade to pandoc 2.9 is a pretty hefty change. Pandoc types have been upgraded to use Text all over the place. Also, Pandoc has done some pretty nice things with its template system.

On the go, I also made some useful changes in the module String.hs, getting rid of a generic function about escaping character strings. Text does encoding by its own, we do not have to deal with that ourselves any more.

I have done a thourough comparison between the generated code with the current development branch and the code in this feature branch, which makes me confident. @Michiel-s, could you please test some of your prototypes with this branch?

@hanjoosten hanjoosten self-assigned this Mar 29, 2020
@hanjoosten hanjoosten merged commit 6075d36 into development Apr 4, 2020
@hanjoosten hanjoosten deleted the feature/upgradePandoc branch April 4, 2020 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants