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

Upgrade attribute's parsing #79

Merged
merged 7 commits into from
Feb 28, 2025
Merged

Upgrade attribute's parsing #79

merged 7 commits into from
Feb 28, 2025

Conversation

panglesd
Copy link
Owner

Fix #58 and #30.

…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
@panglesd panglesd merged commit 11c4dff into main Feb 28, 2025
5 checks passed
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.

Some invalid syntax crashes the compiler
1 participant