organic/org_mode_samples
Tom Alexander ec813e3b3f
Switch to using bracket depth from OrgSource instead of from the context for footnote references.
It is currently unknown if this will produce a performance increase, but unless it has a significant performance penalty we are going to go forward with this change because it makes it more explicit which values need to be read deeply from other elements (therefore needing to be in the context) vs values that can be bound to the exit matcher since they are only used within the confines of the current element.

I suspect we will get a performance boost since it will be reducing the nodes that need to be walked in the context but maintaining bracket depth count over the entire document instead of only inside elements that need balanced brackets could cost us.
2023-08-28 03:04:32 -04:00
..
element_container_priority Update plain list greater block exit matcher priority test to match blog post. 2023-08-27 21:03:16 -04:00
greater_element Add support for parsing tags in headlines. 2023-08-25 06:13:29 -04:00
lesser_element Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
object Switch to using bracket depth from OrgSource instead of from the context for footnote references. 2023-08-28 03:04:32 -04:00
sections_and_headings Remove the makefiles from org_mode_samples. 2023-04-19 16:22:53 -04:00
trailing_whitespace Add a test for trailing blank lines after paragraphs. 2023-08-11 01:37:04 -04:00