Tom Alexander
|
5ae19e455d
|
Remove unused imports.
|
2023-10-12 17:14:18 -04:00 |
|
Tom Alexander
|
f475754a71
|
Port the rest of the element parsers over.
|
2023-10-12 17:12:55 -04:00 |
|
Tom Alexander
|
767f44f94d
|
Port comment.
|
2023-10-12 16:52:49 -04:00 |
|
Tom Alexander
|
1411aca7b5
|
Port footnote definition.
|
2023-10-12 16:48:50 -04:00 |
|
Tom Alexander
|
9ccdcaac24
|
Port dynamic block.
|
2023-10-12 16:46:15 -04:00 |
|
Tom Alexander
|
d1223dcdb7
|
Port paragraph parser to use ak_element.
|
2023-10-12 16:37:31 -04:00 |
|
Tom Alexander
|
59448a4f2c
|
Port greater blocker over to ak_element!().
|
2023-10-12 16:27:57 -04:00 |
|
Tom Alexander
|
5136880532
|
Fix tests.
|
2023-10-12 16:14:23 -04:00 |
|
Tom Alexander
|
8654cf5507
|
Fully port over the first parser.
|
2023-10-12 16:09:35 -04:00 |
|
Tom Alexander
|
6ca4dc8ffc
|
Add a macro for calling parsers that take in the affiliated keywords.
|
2023-10-12 16:06:59 -04:00 |
|
Tom Alexander
|
a6f36ba679
|
Create a template for new element functions that will take in the affiliated keywords instead of re-parsing them multiple times.
|
2023-10-12 15:47:06 -04:00 |
|
Tom Alexander
|
176e37874e
|
Remove the parser to parse affiliated keywords as regular keywords.
|
2023-10-12 15:25:26 -04:00 |
|
Tom Alexander
|
0d579263cb
|
Remove affiliated keyword non-exit for paragraph.
|
2023-10-12 14:07:57 -04:00 |
|
Tom Alexander
|
c4edcb8c24
|
Fix parsing the optional value.
|
2023-10-11 19:07:47 -04:00 |
|
Tom Alexander
|
51429e3155
|
Handle optval when translating names.
|
2023-10-11 18:50:22 -04:00 |
|
Tom Alexander
|
aeb2b6fe68
|
Parse out the optional value objects.
|
2023-10-11 18:29:07 -04:00 |
|
Tom Alexander
|
a9f067e25a
|
Update name tests to use all the affiliated keywords.
|
2023-10-11 15:25:09 -04:00 |
|
Tom Alexander
|
9523365090
|
Update all elements to the new AffiliatedKeywords.
|
2023-10-11 14:44:25 -04:00 |
|
Tom Alexander
|
f3307a8159
|
Lifetime issue.
|
2023-10-11 13:55:43 -04:00 |
|
Tom Alexander
|
441a240c33
|
Comparing single string values.
|
2023-10-11 13:00:21 -04:00 |
|
Tom Alexander
|
c4cc40f5e1
|
Parsing the affiliated keywords.
|
2023-10-11 12:16:35 -04:00 |
|
Tom Alexander
|
a5129199c7
|
I need to parse the affiliated keywords during parsing because it relies on the global settings.
|
2023-10-11 12:16:35 -04:00 |
|
Tom Alexander
|
c0e462944d
|
Comment out the broken stuff.
|
2023-10-11 12:16:35 -04:00 |
|
Tom Alexander
|
63614841e8
|
Trait lifetime issues.
|
2023-10-11 12:16:35 -04:00 |
|
Tom Alexander
|
6e39029f91
|
Store the affiliated keywords on the plainlist.
|
2023-10-10 18:10:34 -04:00 |
|
Tom Alexander
|
bdfa050ee3
|
compare_properties example block.
|
2023-10-10 01:02:45 -04:00 |
|
Tom Alexander
|
2215c32e57
|
compare_properties table cell.
|
2023-10-10 00:11:05 -04:00 |
|
Tom Alexander
|
ee1d8ca321
|
Text markup uses confine context.
|
2023-10-09 20:36:38 -04:00 |
|
Tom Alexander
|
25531cc443
|
Accept eof as a disallowed character for plain links.
|
2023-10-09 20:24:43 -04:00 |
|
Tom Alexander
|
47a440147f
|
Fix formatting.
rustfmt Build rustfmt has succeeded
rust-build Build rust-build has succeeded
rust-test Build rust-test has failed
rust-foreign-document-test Build rust-foreign-document-test has failed
|
2023-10-09 19:52:32 -04:00 |
|
Tom Alexander
|
d1ef83afca
|
Compare properties of subscript and superscript.
|
2023-10-09 19:51:31 -04:00 |
|
Tom Alexander
|
4d88256394
|
Compare statistics cookies properties.
|
2023-10-09 19:40:13 -04:00 |
|
Tom Alexander
|
a588da2c4a
|
Compare target properties.
|
2023-10-09 19:37:47 -04:00 |
|
Tom Alexander
|
4bc2f48738
|
Compare inline source block properties.
|
2023-10-09 19:31:57 -04:00 |
|
Tom Alexander
|
0d0b9863c3
|
Populate inline babel call fields.
|
2023-10-09 19:25:00 -04:00 |
|
Tom Alexander
|
6bc6fdc87b
|
Compare properties for inline babel calls.
|
2023-10-09 19:21:58 -04:00 |
|
Tom Alexander
|
bf1a281c29
|
Footnote reference description is in a confined context.
|
2023-10-09 18:23:13 -04:00 |
|
Tom Alexander
|
df4daa0e16
|
Do not include context in tracing.
|
2023-10-09 18:02:36 -04:00 |
|
Tom Alexander
|
5cd34ba3a2
|
Create a new context tree when calling into confine_context.
The parent exit matchers were causing an issue.
|
2023-10-09 18:02:36 -04:00 |
|
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
|
876d042c37
|
Fix tests.
|
2023-10-09 15:54:30 -04:00 |
|
Tom Alexander
|
81c0b7079f
|
Do not include leading slash in citation style.
rust-build Build rust-build has succeeded
rust-foreign-document-test Build rust-foreign-document-test has failed
rust-test Build rust-test has failed
|
2023-10-09 15:48:43 -04:00 |
|
Tom Alexander
|
4a367dd7e0
|
Include closing semicolon in citation reference.
|
2023-10-09 15:45:10 -04:00 |
|
Tom Alexander
|
8a0f9d4540
|
Fix comparing key and mark prefix/suffix as optional.
|
2023-10-09 15:41:21 -04:00 |
|
Tom Alexander
|
c077d34933
|
Populate citation reference properties.
|
2023-10-09 15:33:33 -04:00 |
|
Tom Alexander
|
1ecc3ecf9d
|
Fill citation fields.
|
2023-10-09 15:33:33 -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
|
4e551e6d7e
|
Compare latex fragment properties.
rust-build Build rust-build has succeeded
rust-test Build rust-test has succeeded
rust-foreign-document-test Build rust-foreign-document-test has succeeded
|
2023-10-09 12:30:59 -04:00 |
|
Tom Alexander
|
99318f39e3
|
Do not accept escaping {} for entities ending in whitespace.
|
2023-10-09 10:33:07 -04:00 |
|