Add an example of text markup opening and closing.

This commit is contained in:
Tom Alexander 2023-04-22 17:31:21 -04:00
parent d936baaf8f
commit 8072430265
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 47 additions and 7 deletions

View File

@ -0,0 +1,13 @@
prologue *goes here* I guess *bold
text*
bold*wont* start *or stop*when there is text outside it
I guess *regular
text*
[[foo][foo *bar]] baz* car
*nesting *bold entrances* and* exits

View File

@ -1,8 +1,35 @@
#+name: foo
#+caption: bar
#+caption: baz
[[file:lorem/ipsum.png]]
prologue *goes here* I guess *bold
text*
#+name: cat
#+caption: dog
[[file:lorem/ipsum.png]]
bold*wont* start *or stop*when there is text outside it
I guess *regular
text*
[foo *bar] baz* car
*nesting *bold entrances* and* exits
* Heading
body of heading
** Child heading
** Immediate second child heading
* Second top-level heading
foo bar
1. This is a list immediately after a paragraph
2. This is a second item in the list
1. This is a child of the second item
#+begin_center
1. foo
2. bar
#+end_center
[fn:1] A footnote.
[fn:2] A multi-
line footnote.