Tom Alexander
|
13b95cd0a1
|
Fix handling of text markup at the start/end of regular link descriptions and radio targets.
|
2023-10-09 18:02:36 -04:00 |
|
Tom Alexander
|
840dc0a750
|
Support text markup at the start of a regular link description.
rust-build Build rust-build has succeeded
rust-test Build rust-test has succeeded
rust-foreign-document-test Build rust-foreign-document-test has failed
|
2023-10-09 14:02:27 -04:00 |
|
Tom Alexander
|
adc5a383c3
|
Allow text markup at the start of a radio target.
|
2023-10-09 13:47:36 -04:00 |
|
Tom Alexander
|
1351577c5a
|
Fix handling affiliated keywords before invalid paragraphs.
|
2023-10-04 23:40:38 -04:00 |
|
Tom Alexander
|
cf383fa394
|
Only include sexp module if compare feature is enabled.
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
rust-foreign-document-test Build rust-foreign-document-test has succeeded
|
2023-09-11 14:59:24 -04:00 |
|
Tom Alexander
|
84953c1669
|
Put back in needed pubs.
|
2023-09-11 14:59:23 -04:00 |
|
Tom Alexander
|
7650a9edff
|
Remove all pub.
|
2023-09-11 13:11:08 -04:00 |
|
Tom Alexander
|
1f11bfa2ec
|
Join the plain list item tag end matchers again.
|
2023-09-11 10:13:22 -04:00 |
|
Tom Alexander
|
40f22034da
|
Make the item tag exit matcher a lower class than all all others.
This is to allow for " :: " inside a description list item's tag if it is nested inside another object.
|
2023-09-08 14:37:30 -04:00 |
|
Tom Alexander
|
6b82b46e09
|
Prevent nesting of text markup of the same type.
This greatly reduces the amount of detect element calls that are occurring.
|
2023-09-07 04:15:59 -04:00 |
|
Tom Alexander
|
400f53e440
|
Cleanup.
|
2023-09-06 11:53:21 -04:00 |
|
Tom Alexander
|
08eb59acd3
|
Rename parser_context to context.
|
2023-09-04 13:26:11 -04:00 |
|