c712d13b67
Closes #7520.
22 lines
399 B
Markdown
22 lines
399 B
Markdown
```
|
|
% pandoc -f org -t native -s
|
|
:PROPERTIES:
|
|
:ID: d5b18943-98a3-4b2a-a545-41d17bf50f3e
|
|
:END:
|
|
#+title: Common Ground
|
|
^D
|
|
Pandoc
|
|
Meta
|
|
{ unMeta =
|
|
fromList
|
|
[ ( "id"
|
|
, MetaString "d5b18943-98a3-4b2a-a545-41d17bf50f3e"
|
|
)
|
|
, ( "title"
|
|
, MetaInlines [ Str "Common" , Space , Str "Ground" ]
|
|
)
|
|
]
|
|
}
|
|
[]
|
|
|
|
```
|