diff --git a/services/clsi/test/acceptance/fixtures/examples/knitr/output.pdf b/services/clsi/test/acceptance/fixtures/examples/knitr/output.pdf index 133becbe4b..a1f93799e5 100644 Binary files a/services/clsi/test/acceptance/fixtures/examples/knitr/output.pdf and b/services/clsi/test/acceptance/fixtures/examples/knitr/output.pdf differ diff --git a/services/clsi/test/acceptance/fixtures/examples/markdown-included/chapters/chapter1.md b/services/clsi/test/acceptance/fixtures/examples/markdown-included/chapters/chapter1.md deleted file mode 100644 index 920d9be763..0000000000 --- a/services/clsi/test/acceptance/fixtures/examples/markdown-included/chapters/chapter1.md +++ /dev/null @@ -1,17 +0,0 @@ -Section Title -------------- - -* List item one -* List item two - -: Sample grid table. - -+---------------+---------------+--------------------+ -| Fruit | Price | Advantages | -+===============+===============+====================+ -| Bananas | $1.34 | - built-in wrapper | -| | | - bright color | -+---------------+---------------+--------------------+ -| Oranges | $2.10 | - cures scurvy | -| | | - tasty | -+---------------+---------------+--------------------+ diff --git a/services/clsi/test/acceptance/fixtures/examples/markdown-included/main.tex b/services/clsi/test/acceptance/fixtures/examples/markdown-included/main.tex deleted file mode 100644 index bfda9624c2..0000000000 --- a/services/clsi/test/acceptance/fixtures/examples/markdown-included/main.tex +++ /dev/null @@ -1,9 +0,0 @@ -\documentclass{article} -\usepackage{longtable} -\usepackage{booktabs, multicol, multirow} - -\begin{document} - -\input{chapters/chapter1} - -\end{document} diff --git a/services/clsi/test/acceptance/fixtures/examples/markdown-included/output.pdf b/services/clsi/test/acceptance/fixtures/examples/markdown-included/output.pdf deleted file mode 100644 index 81a1136e80..0000000000 Binary files a/services/clsi/test/acceptance/fixtures/examples/markdown-included/output.pdf and /dev/null differ diff --git a/services/clsi/test/acceptance/fixtures/examples/markdown-standalone/main.md b/services/clsi/test/acceptance/fixtures/examples/markdown-standalone/main.md deleted file mode 100644 index 036d971ccd..0000000000 --- a/services/clsi/test/acceptance/fixtures/examples/markdown-standalone/main.md +++ /dev/null @@ -1,23 +0,0 @@ -% Title -% Author -% Date - -Chapter title -============= - -Section Title -------------- - -Hello world. Have a nice table: - -: Sample grid table. - -+---------------+---------------+--------------------+ -| Fruit | Price | Advantages | -+===============+===============+====================+ -| Bananas | $1.34 | - built-in wrapper | -| | | - bright color | -+---------------+---------------+--------------------+ -| Oranges | $2.10 | - cures scurvy | -| | | - tasty | -+---------------+---------------+--------------------+ diff --git a/services/clsi/test/acceptance/fixtures/examples/markdown-standalone/output.pdf b/services/clsi/test/acceptance/fixtures/examples/markdown-standalone/output.pdf deleted file mode 100644 index 9991ab82ae..0000000000 Binary files a/services/clsi/test/acceptance/fixtures/examples/markdown-standalone/output.pdf and /dev/null differ