Commit Graph

1716 Commits

Author SHA1 Message Date
Tom Alexander 2215c32e57
compare_properties table cell. 2023-10-10 00:11:05 -04:00
Tom Alexander cf257443b0
compare_properties table row. 2023-10-10 00:07:34 -04:00
Tom Alexander 62815621e4
compare_properties table. 2023-10-10 00:05:34 -04:00
Tom Alexander 7af5359e00
compare_properties node property. 2023-10-09 22:45:32 -04:00
Tom Alexander d1184fa1d0
compare_properties property drawer. 2023-10-09 22:42:02 -04:00
Tom Alexander 5b146d7c07
compare_properties drawer. 2023-10-09 22:37:53 -04:00
Tom Alexander 926682d513
compare_properties comment. 2023-10-09 22:36:15 -04:00
Tom Alexander 4c89d6c813
compare_properties footnote definition. 2023-10-09 22:32:25 -04:00
Tom Alexander 62926bb91d
compare_properties dynamic block. 2023-10-09 22:28:32 -04:00
Tom Alexander 9ab649ebd4
compare_properties special block. 2023-10-09 22:20:20 -04:00
Tom Alexander ca1b633a9f
compare_properties quote block. 2023-10-09 21:57:11 -04:00
Tom Alexander f543caee00
compare_properties plain list item. 2023-10-09 21:55:29 -04:00
Tom Alexander 409a92333e
compare_properties plain list. 2023-10-09 21:55:28 -04:00
Tom Alexander 7a38d1ead3
compare_properties paragraph. 2023-10-09 21:55:28 -04:00
Tom Alexander 33c53a14ab
Switch back to the old compare heading function until we support additional properties. 2023-10-09 21:32:29 -04:00
Tom Alexander 65615c64d2
Implement a new compare_properties implementation of the heading comparison. 2023-10-09 21:27:18 -04:00
Tom Alexander 166e59b922
Implement a compare_property_numeric. 2023-10-09 21:04:41 -04:00
Tom Alexander 8e357ed3b6
compare_properties section. 2023-10-09 20:54:31 -04:00
Tom Alexander 45074e3be3
Add a test. 2023-10-09 20:50:19 -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 Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
2023-10-09 19:52:32 -04:00
Tom Alexander 8a91b9a074
Merge branch 'subscript_and_superscript_properties' 2023-10-09 19:52:05 -04:00
Tom Alexander d1ef83afca
Compare properties of subscript and superscript. 2023-10-09 19:51:31 -04:00
Tom Alexander 86dd526dde
Merge branch 'statistics_cookie_properties' 2023-10-09 19:40:39 -04:00
Tom Alexander 4d88256394
Compare statistics cookies properties. 2023-10-09 19:40:13 -04:00
Tom Alexander c49455e9ce
Merge branch 'target_properties' 2023-10-09 19:37:54 -04:00
Tom Alexander a588da2c4a
Compare target properties. 2023-10-09 19:37:47 -04:00
Tom Alexander 869c98d8b2
Compare line break properties. 2023-10-09 19:33:51 -04:00
Tom Alexander 0374743cad
Merge branch 'inline_source_block_properties' 2023-10-09 19:32:04 -04:00
Tom Alexander 4bc2f48738
Compare inline source block properties. 2023-10-09 19:31:57 -04:00
Tom Alexander 69500837f2
Merge branch 'inline_babel_properties' 2023-10-09 19:25:33 -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 53b9deff10
Merge branch 'citation_properties'
rustfmt Build rustfmt has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has failed Details
2023-10-09 19:14:05 -04:00
Tom Alexander 627f16e3a0
Update text markup tests with failure cases. 2023-10-09 19:10:55 -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-test Build rust-test has failed Details
rust-build Build rust-build has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
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 f6155ecf93
Switch to returning ComparePropertiesResult.
This is to support returning lists of child results for properties that contain lists of ast nodes.
2023-10-09 15:33:33 -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 ced35e1694
Merge branch 'footnote_reference_properties' 2023-10-09 15:33:13 -04:00
Tom Alexander 840dc0a750
Support text markup at the start of a regular link description.
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
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