Add comments.
This commit is contained in:
parent
5363324bbf
commit
6679db98a8
@ -1,3 +1,8 @@
|
|||||||
#+CAPTION[foo]: *bar*
|
#+CAPTION[foo]: *bar*
|
||||||
#+CAPTION[*lorem* ipsum]: dolar
|
#+CAPTION[*lorem* ipsum]: dolar
|
||||||
1. baz
|
1. baz
|
||||||
|
|
||||||
|
|
||||||
|
#+CAPTION[foo]: *bar*
|
||||||
|
#+CAPTION[*lorem* ipsum]: dolar
|
||||||
|
# Comments cannot have affiliated keywords so those become regular keywords.
|
||||||
|
@ -416,8 +416,9 @@ where
|
|||||||
///
|
///
|
||||||
/// Org-mode seems to store these as a 3-deep list:
|
/// Org-mode seems to store these as a 3-deep list:
|
||||||
/// - Outer list with 1 element per #+caption keyword (or other parsed keyword).
|
/// - Outer list with 1 element per #+caption keyword (or other parsed keyword).
|
||||||
/// - Middle list that seems to always have 1 element.
|
/// - Middle list which has:
|
||||||
/// - Inner list of the objects from each #+caption keyword (or other parsed keyword).
|
/// - first element is a list of objects representing the value after the colon.
|
||||||
|
/// - every additional element is a list of objects from inside the square brackets (the optional value).
|
||||||
pub(crate) fn compare_property_list_of_list_of_list_of_ast_nodes<
|
pub(crate) fn compare_property_list_of_list_of_list_of_ast_nodes<
|
||||||
'b,
|
'b,
|
||||||
's,
|
's,
|
||||||
|
Loading…
Reference in New Issue
Block a user