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 attributes on links, images, and inline code spans #256
Merged
Witiko
merged 24 commits into
main
from
feature/attributes-on-links-images-codes-and-tables
Mar 18, 2023
Merged
Add support for attributes on links, images, and inline code spans #256
Witiko
merged 24 commits into
main
from
feature/attributes-on-links-images-codes-and-tables
Mar 18, 2023
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
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
Jan 25, 2023
Witiko
force-pushed
the
feature/attributes-on-links-images-codes-and-tables
branch
5 times, most recently
from
February 22, 2023 14:08
ec7b51b
to
b2a462c
Compare
Witiko
force-pushed
the
feature/attributes-on-links-images-codes-and-tables
branch
from
March 6, 2023 13:48
b2a462c
to
0b22e5f
Compare
Witiko
force-pushed
the
feature/attributes-on-links-images-codes-and-tables
branch
from
March 6, 2023 13:52
0b22e5f
to
994af07
Compare
4 tasks
Witiko
force-pushed
the
feature/attributes-on-links-images-codes-and-tables
branch
5 times, most recently
from
March 13, 2023 18:41
ae0897e
to
3da75aa
Compare
Witiko
force-pushed
the
feature/attributes-on-links-images-codes-and-tables
branch
from
March 13, 2023 19:07
3da75aa
to
ee2128f
Compare
Witiko
force-pushed
the
feature/attributes-on-links-images-codes-and-tables
branch
from
March 13, 2023 19:32
2db246b
to
73dcb6c
Compare
Witiko
force-pushed
the
feature/attributes-on-links-images-codes-and-tables
branch
from
March 13, 2023 22:24
eedaa14
to
a53ff0f
Compare
Witiko
force-pushed
the
feature/attributes-on-links-images-codes-and-tables
branch
from
March 15, 2023 22:51
603962f
to
0eb356f
Compare
Witiko
force-pushed
the
feature/attributes-on-links-images-codes-and-tables
branch
from
March 18, 2023 14:45
4d3cf1d
to
190c09e
Compare
Witiko
force-pushed
the
feature/attributes-on-links-images-codes-and-tables
branch
from
March 18, 2023 14:52
190c09e
to
42287c2
Compare
Witiko
added
automerge
This pull request will be automatically merged after continuous integration has succeeded
and removed
automerge
This pull request will be automatically merged after continuous integration has succeeded
labels
Mar 18, 2023
Witiko
changed the title
Add support for attributes on links, images, and inline codes
Add support for attributes on links, images, and inline code spans
Mar 18, 2023
Witiko
added
the
automerge
This pull request will be automatically merged after continuous integration has succeeded
label
Mar 18, 2023
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
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 #123.
Tasks
linkAttributes
andinlineCodeAttributes
Lua options.See example for
linkAttributes
Lua option in Image resizing #50 (comment).Load the corresponding syntax extensions in
M.new()
.