Parse the babel call.

This commit is contained in:
Tom Alexander
2023-10-05 16:32:40 -04:00
parent 343af41f78
commit 68e392811e
8 changed files with 176 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
#+call:
#+call:

View File

@@ -0,0 +1,3 @@
#+call: foo[inside](bar="baz")[outside]
#+call: foo[](bar="baz")[]

View File

@@ -0,0 +1 @@
#+call: foo(bar="baz"

View File

@@ -1 +1,7 @@
#+call: foo(bar="baz")
#+call: lorem ipsum
#+call: dolar cat(dog)
#+call: (bat)

View File

@@ -0,0 +1,3 @@
#+call: foo [inside] (bar="baz") [outside]
#+call: foo (bar="baz") [outside]