organic/org_mode_samples
Tom Alexander d8102b7bc2
Move the affiliated keywords parser inside the specific element parsers.
We need access to the affiliated keywords to do things like set the name of the element, and only half the element parsers are allowed to have affiliated keywords, so it makes sense to move it inside the specific parsers.
2023-10-04 20:55:48 -04:00
..
document Fix handling file names with periods before the file extension. 2023-09-30 01:26:24 -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 Move the affiliated keywords parser inside the specific element parsers. 2023-10-04 20:55:48 -04:00
lesser_element Move the affiliated keywords parser inside the specific element parsers. 2023-10-04 20:55:48 -04:00
object Add a test for a timestamp with a malformed repeater. 2023-10-02 20:04:39 -04:00
sections_and_headings Add more tests. 2023-10-02 10:53:52 -04:00
trailing_whitespace Add a test for trailing blank lines after paragraphs. 2023-08-11 01:37:04 -04:00
unicode Use character offsets in diff. 2023-08-29 21:49:16 -04:00
README.org Consume trailing whitespace after a plain link. 2023-09-06 14:39:31 -04:00

This folder contains org-mode documents that get automatically included as tests using build.rs.