organic/org_mode_samples/paragraphs
Tom Alexander 2a04455955
Remove the makefiles from org_mode_samples.
These Makefiles were beautiful, but now that the org_mode_samples are integrated into the rust test framework, it no longer makes sense to keep using these Makefiles. Instead, running scripts/run_integration_test.bash <org file under org_mode_samples>... will output the same information, additional information, and it will do it all without writing anything to disk (besides any files generated during compilation).
2023-04-19 16:22:53 -04:00
..
many_blank_lines.org You can have a block containing only whitespace which gets matched as a paragraph whose value is just a single newline. 2023-04-18 20:58:25 -04:00
paragraph_with_backslash_line_breaks.org Add a test org-mode document that shows backslashes before a line break create an explicit line break. 2023-03-23 16:57:03 -04:00
paragraph_with_immediate_list.org Adding some notes on the exit matcher loop issue. 2023-03-27 12:33:58 -04:00