forked from jgm/lunamark
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add support for div and span attributes #207
Merged
Merged
Conversation
This file contains 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
Witiko
added
feature request
good first issue
lua
Related to the Lua interface and implementation
plaintex
Related to the plain TeX interface and implementation
syntax extension
Related to syntax extensions and dialects of markdown
labels
Nov 4, 2022
Witiko
force-pushed
the
feature/divs-and-spans
branch
from
November 4, 2022 15:58
e113061
to
21f9d76
Compare
6 tasks
Witiko
force-pushed
the
feature/divs-and-spans
branch
2 times, most recently
from
November 9, 2022 14:56
afe1223
to
34892d0
Compare
Witiko
force-pushed
the
feature/divs-and-spans
branch
from
November 9, 2022 15:45
34892d0
to
f44d032
Compare
Witiko
force-pushed
the
feature/divs-and-spans
branch
from
November 9, 2022 15:50
a558018
to
cd1c2c4
Compare
This was referenced Nov 10, 2022
Witiko
force-pushed
the
feature/divs-and-spans
branch
from
November 23, 2022 15:37
9fda969
to
514aee1
Compare
Witiko
force-pushed
the
feature/divs-and-spans
branch
from
December 7, 2022 20:28
921fc87
to
71ba113
Compare
Adapted from jgm#52. Co-Authored-By: Omikhleia <didier.willis@gmail.com>
Witiko
force-pushed
the
feature/divs-and-spans
branch
from
December 14, 2022 14:57
3b7de7b
to
f500f21
Compare
Witiko
force-pushed
the
feature/divs-and-spans
branch
2 times, most recently
from
December 16, 2022 13:54
bcada75
to
b9f68b8
Compare
Witiko
force-pushed
the
feature/divs-and-spans
branch
2 times, most recently
from
December 16, 2022 13:58
978dd14
to
33112de
Compare
Witiko
force-pushed
the
feature/divs-and-spans
branch
from
December 20, 2022 15:26
d03dcfb
to
075a440
Compare
Witiko
added
the
automerge
This pull request will be automatically merged after continuous integration has succeeded
label
Dec 22, 2022
This was referenced Dec 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
automerge
This pull request will be automatically merged after continuous integration has succeeded
feature request
good first issue
lua
Related to the Lua interface and implementation
plaintex
Related to the plain TeX interface and implementation
syntax extension
Related to syntax extensions and dialects of markdown
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.
Closes #126.
Tasks
blankBeforeDivFence
,fencedDivs
, andbracketedSpans
Lua options.M.new()
.testfiles/lunamark-markdown/fenced-divs.test
blankBeforeCodeFence
option:The
no-blank-before-code-fence.test
test works, butfenced-divs.test
fails.testfiles/lunamark-markdown/no-fenced-divs.test
testfiles/lunamark-markdown/bracketed-spans.test
testfiles/lunamark-markdown/no-bracketed-spans.test
fencedDivs
andblankBeforeDivFence
Lua options.CHANGES.md