diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-07-05 12:46:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-05 12:46:13 -0700 |
commit | e2659a46db3e3b118fe491bf5fd0cdae0268ef90 (patch) | |
tree | 2e9cfcfa94edae7b7fd10bc8f35255d484d95f1f /tests | |
parent | 6ea8ff19c3d9db5a32ebb1bc3ca63a55b27c3889 (diff) | |
parent | 5378b7c5bdf032938372883db0d31a5d44b82c57 (diff) | |
download | pandoc-e2659a46db3e3b118fe491bf5fd0cdae0268ef90.tar.gz |
Merge pull request #3014 from tarleb/org-writer-div
Org writer: improve Div handling
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.org | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/tests/writer.org b/tests/writer.org index 4c7f363a6..cf6305ec9 100644 --- a/tests/writer.org +++ b/tests/writer.org @@ -405,54 +405,14 @@ Blank line after term, indented marker, alternate markers: Simple block on one line: -#+BEGIN_HTML - <div> -#+END_HTML - foo -#+BEGIN_HTML - </div> -#+END_HTML - And nested without indentation: -#+BEGIN_HTML - <div> -#+END_HTML - -#+BEGIN_HTML - <div> -#+END_HTML - -#+BEGIN_HTML - <div> -#+END_HTML - foo -#+BEGIN_HTML - </div> -#+END_HTML - -#+BEGIN_HTML - </div> -#+END_HTML - -#+BEGIN_HTML - <div> -#+END_HTML - bar -#+BEGIN_HTML - </div> -#+END_HTML - -#+BEGIN_HTML - </div> -#+END_HTML - Interpreted markdown in a table: #+BEGIN_HTML @@ -497,16 +457,8 @@ And this is *strong* Here's a simple block: -#+BEGIN_HTML - <div> -#+END_HTML - foo -#+BEGIN_HTML - </div> -#+END_HTML - This should be a code block, though: #+BEGIN_EXAMPLE @@ -523,32 +475,8 @@ As should this: Now, nested: -#+BEGIN_HTML - <div> -#+END_HTML - -#+BEGIN_HTML - <div> -#+END_HTML - -#+BEGIN_HTML - <div> -#+END_HTML - foo -#+BEGIN_HTML - </div> -#+END_HTML - -#+BEGIN_HTML - </div> -#+END_HTML - -#+BEGIN_HTML - </div> -#+END_HTML - This should just be an HTML comment: #+BEGIN_HTML |