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

Backport fixes #32

Merged
merged 3 commits into from
May 12, 2019
Merged

Backport fixes #32

merged 3 commits into from
May 12, 2019

Conversation

Witiko
Copy link
Collaborator

@Witiko Witiko commented May 11, 2019

This pull request contains several bugfixes backported from witiko/markdown as discussed in #31. To avoid the issues we had in #30, I unit-tested the changes.

@jgm jgm merged commit 90e35a4 into master May 12, 2019
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
So far, we are missing support for captions and column alignment.
There are also no examples for either the `pipeTables` Lua option
or the `\markdownRendererTable` token renderer. Extended tests
for parsing inlines in pipe tables are also missing as of now.

Progresses jgm#32.
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
In Pandoc, table captions (enabled by the `table_caption` option) can be
entire paragraphs. This is a little difficult to parse, because we need
to detect lines that might start a block quote, a code fence, or a
heading, since we support parsing these without a preceding blank line.
In the case of a code fence, we need to actually read the whole code
fence to see if it is valid. Therefore, this commit implements only
single-line captions.

Progresses jgm#32
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
drehak pushed a commit to drehak/lunamark that referenced this pull request May 18, 2021
@Witiko Witiko deleted the backport-fixes branch November 28, 2022 10:55
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