Tom Alexander
|
f29720e5b9
|
Switch to using a type for bracket depth.
This is to make changing the type easier in the future.
|
2023-08-29 11:18:15 -04:00 |
|
Tom Alexander
|
27a9b5aeb1
|
Switch to i16 for backet depth count.
This is having a measurable performance increase. 32k bracket depth should be enough for any non-malicious document.
|
2023-08-29 11:14:50 -04:00 |
|
Tom Alexander
|
bd97d2f69d
|
Switch to i32 for tracking bracket depth.
|
2023-08-29 11:07:00 -04:00 |
|
Tom Alexander
|
c683516620
|
Switch inline source blocks to using bracket depth from OrgSource instead of from the context.
This is for the same reasons as footnote references.
|
2023-08-28 03:04:33 -04:00 |
|
fluxcdbot
|
ad3f47864a
|
CI: autofix rust code.
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has failed
|
2023-08-24 23:43:41 +00:00 |
|
Tom Alexander
|
32071ce74d
|
Fix handling of start of line in OrgSource.
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded
|
2023-08-24 18:08:16 -04:00 |
|
Tom Alexander
|
dab598e5e7
|
Convert all functions to using the wrapped input type.
rust-test Build rust-test has failed
rust-build Build rust-build has failed
|
2023-08-24 16:06:29 -04:00 |
|
Tom Alexander
|
cd1b4ba785
|
Make the tracing macros optional.
|
2023-08-10 20:22:34 -04:00 |
|
Tom Alexander
|
0b41e12424
|
Fix counting brackets in inline source block.
|
2023-07-21 23:14:52 -04:00 |
|
Tom Alexander
|
e8979513aa
|
Implement parser for inline source blocks.
|
2023-07-21 22:51:19 -04:00 |
|
Tom Alexander
|
e0d2bb8213
|
Create structure for inline source blocks.
|
2023-07-21 22:29:04 -04:00 |
|