undo regression in pre-2.0 pandoc support#147
Open
tlnagy wants to merge 1 commit intoJunoLab:masterfrom
Open
Conversation
Collaborator
Author
|
Bump @mpastell |
Collaborator
|
Thanks and sorry for leaving this hanging for so long. There are other changes (unfortunately I haven't kept a log of problems I've run into) in pandoc 2.0, at least the same change should apply also to the html output. |
Collaborator
Author
|
I'm not sure if I understand. This PR fixes the renaming of the |
Collaborator
Author
|
bump @mpastell. Can I go ahead and merge this small PR adding back PDF support for pandoc <2.0? I think handling edge cases of pandoc 2.0 is a much bigger PR, but I need this to use |
Collaborator
|
Sorry, I looked through it too quickly. Does the format |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As mentioned in #146, there are a lot of earlier versions of pandoc out there (e.g. the version on Travis is 1.12 AFAIK). This PR adds support back pre-2.0 pandoc support that was eliminated in 4cd0b92.