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

Allow users to specify logical paragraphs by the number of blank lines between blocks #306

Merged
merged 36 commits into from
Aug 25, 2023

Conversation

Witiko
Copy link
Owner

@Witiko Witiko commented May 18, 2023

Closes #30.

Tasks

  • Define and document writer->paragraphsep().
  • Define and document \markdownRendererParagraphSeparator.
  • Define default renderer prototypes, see Add support for TeX-like rich paragraphs #30 (comment).
  • Implement and test support for all types of base blocks.
  • Define \markdownRendererParagraphSeparator in examples/optex.tex
  • Increment grammar version.
  • Update example for option debugExtensions.
  • Fix tests/testfiles/lunamark-markdown/expect-jekyll-data.test.
  • Update CHANGES.md

@Witiko Witiko added feature request lua Related to the Lua interface and implementation syntax extension Related to syntax extensions and dialects of markdown labels May 18, 2023
@Witiko Witiko added this to the 3.0.0 milestone May 18, 2023
@Witiko Witiko modified the milestones: 3.0.0-alpha.2, 3.0.0 Jul 31, 2023
@Witiko Witiko force-pushed the feature/paragraph-separators branch from 36a0da4 to d3bdced Compare August 16, 2023 19:02
@Witiko Witiko force-pushed the feature/paragraph-separators branch from d3bdced to 10c2c87 Compare August 16, 2023 19:27
@Witiko Witiko force-pushed the feature/paragraph-separators branch 2 times, most recently from b9f509d to 9e6309c Compare August 16, 2023 21:41
@Witiko Witiko force-pushed the feature/paragraph-separators branch 3 times, most recently from 8757cbf to 3b16bf1 Compare August 24, 2023 14:29
@Witiko Witiko force-pushed the feature/paragraph-separators branch from 3b16bf1 to 1ef9277 Compare August 24, 2023 14:34
@Witiko Witiko marked this pull request as ready for review August 24, 2023 23:05
@Witiko Witiko merged commit cb3d4b1 into main Aug 25, 2023
@Witiko Witiko deleted the feature/paragraph-separators branch August 25, 2023 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request lua Related to the Lua interface and implementation syntax extension Related to syntax extensions and dialects of markdown
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for TeX-like rich paragraphs
1 participant