Misc cleanup: SETUP_FILE -> SETUPFILE, empty example lines, ...
This commit is contained in:
parent
d1054063cf
commit
bc9c496f97
11 changed files with 17 additions and 15 deletions
1
org/testdata/blocks.html
vendored
1
org/testdata/blocks.html
vendored
|
@ -35,6 +35,7 @@ src, example & export blocks treat their content as raw text
|
|||
<pre class="example">
|
||||
examples like this
|
||||
are also supported
|
||||
|
||||
note that /inline/ *markup* ignored
|
||||
</pre>
|
||||
<blockquote>
|
||||
|
|
1
org/testdata/blocks.org
vendored
1
org/testdata/blocks.org
vendored
|
@ -29,6 +29,7 @@ src, example & export blocks treat their content as raw text
|
|||
|
||||
: examples like this
|
||||
: are also supported
|
||||
:
|
||||
: note that /inline/ *markup* ignored
|
||||
|
||||
#+BEGIN_QUOTE
|
||||
|
|
1
org/testdata/blocks.pretty_org
vendored
1
org/testdata/blocks.pretty_org
vendored
|
@ -29,6 +29,7 @@ src, example & export blocks treat their content as raw text
|
|||
|
||||
: examples like this
|
||||
: are also supported
|
||||
:
|
||||
: note that /inline/ *markup* ignored
|
||||
|
||||
#+BEGIN_QUOTE
|
||||
|
|
2
org/testdata/headlines.org
vendored
2
org/testdata/headlines.org
vendored
|
@ -1,4 +1,4 @@
|
|||
#+SETUP_FILE: setup_file_org
|
||||
#+SETUPFILE: setup_file_org
|
||||
* Simple Headline [1/2]
|
||||
- [X] checked
|
||||
- [ ] unchecked
|
||||
|
|
2
org/testdata/headlines.pretty_org
vendored
2
org/testdata/headlines.pretty_org
vendored
|
@ -1,4 +1,4 @@
|
|||
#+SETUP_FILE: setup_file_org
|
||||
#+SETUPFILE: setup_file_org
|
||||
* Simple Headline [1/2]
|
||||
- [X] checked
|
||||
- [ ] unchecked
|
||||
|
|
2
org/testdata/lists.pretty_org
vendored
2
org/testdata/lists.pretty_org
vendored
|
@ -26,7 +26,7 @@
|
|||
and text with an empty line in between as well!
|
||||
- unordered list item 4
|
||||
: with an example
|
||||
:
|
||||
:
|
||||
: that spans multiple lines
|
||||
|
||||
|
||||
|
|
2
org/testdata/misc.html
vendored
2
org/testdata/misc.html
vendored
|
@ -43,7 +43,7 @@ src block
|
|||
</p>
|
||||
<div class="highlight">
|
||||
<pre>
|
||||
#+SETUP_FILE: setup_file_org
|
||||
#+SETUPFILE: setup_file_org
|
||||
* Simple Headline [1/2]
|
||||
- [X] checked
|
||||
- [ ] unchecked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue