Add tests for names and references in src and example blocks.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#+NAME: foo
|
||||
#+begin_example text
|
||||
bar
|
||||
#+end_example
|
||||
@@ -0,0 +1,6 @@
|
||||
#+begin_example text
|
||||
foo
|
||||
bar (ref:here)
|
||||
baz
|
||||
#+end_example
|
||||
Link to the reference: [[(here)]]
|
||||
@@ -0,0 +1,4 @@
|
||||
#+NAME: foo
|
||||
#+begin_src text
|
||||
bar
|
||||
#+end_src
|
||||
@@ -0,0 +1,6 @@
|
||||
#+begin_src text
|
||||
foo
|
||||
bar (ref:here)
|
||||
baz
|
||||
#+end_src
|
||||
Link to the reference: [[(here)]]
|
||||
Reference in New Issue
Block a user