From e20bd793beaa666d4ebb114e582805da234a1889 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 16 Apr 2023 17:08:56 -0400 Subject: [PATCH] Include comment about section-first and section-second tests. --- .../element_container_priority/README.org | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/org_mode_samples/element_container_priority/README.org b/org_mode_samples/element_container_priority/README.org index b4af22b..14be2a8 100644 --- a/org_mode_samples/element_container_priority/README.org +++ b/org_mode_samples/element_container_priority/README.org @@ -52,11 +52,12 @@ Sections are divided by headlines. #+end_src * Which container takes priority This test interleaves the opening and closing of each element container to see which element becomes parsed vs gets broken up. The row determines the first opening element and the column determines the second opening element. +# Section first and section second tests are identical so I only included section first in the repo. | | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List | |---------------------+---------+---------------+---------+---------------+---------------------+------------| | Section | - | Section | Section | Section | Section | Section | -| Greater Block | | | | | | | -| Drawer | | | | | | | -| Dynamic Block | | | | | | | -| Footnote Definition | | | | | | | -| Plain List | | | | | | | +| Greater Block | Section | | | | | | +| Drawer | Section | | | | | | +| Dynamic Block | Section | | | | | | +| Footnote Definition | Section | | | | | | +| Plain List | Section | | | | | |