-
Notifications
You must be signed in to change notification settings - Fork 14
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
Upgrade attribute's parsing #79
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
…c164f4f c164f4f fix inline normalization cb667cb Fix attr support for math, strikethrough and text 751caf5 Do not use attributes for inlines splicing c1f9410 WIP contd 43651dd WIP intermediate stage adding attributes to inline nodes 6ca37e9 Fix attribute parsing 7e88d82 Add support for attributes in tables c3abd46 Small formatting fix 6dd8312 Expose attribute mapping 3ea89b6 fix folder and mapper, and more tests 6a4b46f Mapper with attributes fc6d615 Add test and fox mapping with empty attributes 7f057fd more support for attribute spans 426cb44 Handle standalone attributes in more places 6ded3b3 Handle standalone attributes in Folder and mapper e82605b fix attribute ref in image 14e9182 WIP tests be98a33 better html support for attribute definition 587a2c1 New fancy syntax! attributes definition 0fa5403 WIP f52885e fix mappers 7d8d724 fix interface 048498c fix attributed links 509af54 WIP a425473 WIP d839685 WIP 7e49bed WIP 637e7ff WIP f61b700 WIP 0fcc55e WIP 3b56490 improve class attributes afeb9c7 Blank lines cannot be attributed anymore 76b02a8 small refactor 9727df6 fix spaces after attributes 2d7a6a0 Add support for markdown attributes aad9de3 port to dune af8930c Track b0. 12b4384 Track b0. 167e15d Update data for Unicode 16.0.0. f2cc206 Tweak unicode data generator. 85e73c9 Track b0. 7d21741 Track b0, integrate expect test in `b0 test`. ebcd402 Track b0 2b40c5d Fix missing unix dependencies. 0401a14 Track b0. be89f00 Fix crash on final empty item (closes #18). 8d8f6e7 Reclassify example 304 as no tripping (since 90fb75ed20a8d). ccea665 Tweak name in --first-heading-level option definition (#16). b63c3d0 Rework parent commit (#16). b734a96 Add --first-heading argument to `cmarkit latex`. 170f2a8 Spdxify. e01d397 Fix mapper dropping empty table cells (#14). abf7c37 Test built-in CSS of multi-block cancelled task items (#15). ca9d635 Fix invalid markup in rendering of cancelled task items (#15). 5720ff2 Preparing for release. 32cf51d Add `-f` option to `cmarkit html`. 90fb75e Fix ordered item marker escaping. Closes #11. REVERT: a785da8 Expose attribute mapping REVERT: 710bfe4 fix folder and mapper, and more tests REVERT: 635dca0 Mapper with attributes REVERT: ed255b1 Add test and fox mapping with empty attributes REVERT: 5e0277d more support for attribute spans REVERT: a41c154 Handle standalone attributes in more places REVERT: aaf0a11 Handle standalone attributes in Folder and mapper REVERT: cc35bf6 fix attribute ref in image REVERT: bafe1f1 WIP tests REVERT: c3d64cf better html support for attribute definition REVERT: cba542e New fancy syntax! attributes definition REVERT: 41e0b3e WIP REVERT: 9c2ccdc fix mappers REVERT: c2996cd fix interface REVERT: 8229957 fix attributed links REVERT: bf8ea6b WIP REVERT: e92b5c5 WIP REVERT: 7f533b2 WIP REVERT: cdbd104 WIP REVERT: 61ac97d WIP REVERT: 0b3028d WIP REVERT: e297ed5 WIP REVERT: 5092dec improve class attributes REVERT: 6c39b20 Blank lines cannot be attributed anymore REVERT: 95bf737 small refactor REVERT: 5920146 fix spaces after attributes REVERT: 2525097 Add support for markdown attributes REVERT: 528def8 port to dune git-subtree-dir: vendor/github.com/panglesd/cmarkit git-subtree-split: c164f4fe90ca812c8f435fc5f971483da6fbc2f2
…ttributes" git-vendor-name: cmarkit git-vendor-dir: vendor/github.com/panglesd/cmarkit git-vendor-repository: [email protected]:panglesd/cmarkit.git git-vendor-ref: markdown-attributes
…8bf0425 8bf0425 Expose add_attrs 4a1d733 clean up 1847c0e Fix id for headers 40e076d clean up git-subtree-dir: vendor/github.com/panglesd/cmarkit git-subtree-split: 8bf04254c66be31c5e6b97a9906969c87869a31a
…ttributes" git-vendor-name: cmarkit git-vendor-dir: vendor/github.com/panglesd/cmarkit git-vendor-repository: [email protected]:panglesd/cmarkit.git git-vendor-ref: markdown-attributes
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.
Fix #58 and #30.