diff --git a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/build.sh b/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/build.sh
deleted file mode 100644
index 3d461f0..0000000
--- a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/build.sh
+++ /dev/null
@@ -1 +0,0 @@
-pandoc "document.md" -o "document.pdf" --from markdown --template "../../eisvogel.tex" --filter pandoc-latex-environment --listings
\ No newline at end of file
diff --git a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.md b/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.md
deleted file mode 100644
index 944196f..0000000
--- a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.md
+++ /dev/null
@@ -1,130 +0,0 @@
----
-title: "Boxes with pandoc-latex-environment and awesomebox"
-author: [Author]
-date: "2020-01-01"
-subject: "Markdown"
-keywords: [Markdown, Example]
-lang: "en"
-colorlinks: true
-header-includes:
-- |
- ```{=latex}
- \usepackage{awesomebox}
- ```
-pandoc-latex-environment:
- noteblock: [note]
- tipblock: [tip]
- warningblock: [warning]
- cautionblock: [caution]
- importantblock: [important]
-...
-
-# Boxes with `pandoc-latex-environment` and `awesomebox`
-
-This example demonstrates the use of the filter [`pandoc-latex-environments`] to create custom boxes with the [`awesomebox`] package. *pandoc-latex-environment* is a pandoc filter for adding LaTeX environment on specific HTML div tags.
-
-
-## Box Types
-
-For a list of all available boxes and options visit the [`awesomebox` documentation](https://ctan.org/pkg/awesomebox).
-
-```markdown
-::: note
-Lorem ipsum dolor ...
-:::
-```
-
-::: note
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam aliquet libero
-quis lectus elementum fermentum.
-
-Fusce aliquet augue sapien, non efficitur mi ornare sed. Morbi at dictum
-felis. Pellentesque tortor lacus, semper et neque vitae, egestas commodo nisl.
-:::
-
-```markdown
-::: tip
-Lorem ipsum dolor ...
-:::
-```
-
-::: tip
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam aliquet libero
-quis lectus elementum fermentum.
-
-Fusce aliquet augue sapien, non efficitur mi ornare sed. Morbi at dictum
-felis. Pellentesque tortor lacus, semper et neque vitae, egestas commodo nisl.
-:::
-
-```markdown
-::: warning
-Lorem ipsum dolor ...
-:::
-```
-
-::: warning
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam aliquet libero
-quis lectus elementum fermentum.
-
-Fusce aliquet augue sapien, non efficitur mi ornare sed. Morbi at dictum
-felis. Pellentesque tortor lacus, semper et neque vitae, egestas commodo nisl.
-:::
-
-```markdown
-::: caution
-Lorem ipsum dolor ...
-:::
-```
-
-::: caution
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam aliquet libero
-quis lectus elementum fermentum.
-
-Fusce aliquet augue sapien, non efficitur mi ornare sed. Morbi at dictum
-felis. Pellentesque tortor lacus, semper et neque vitae, egestas commodo nisl.
-:::
-
-```markdown
-::: important
-Lorem ipsum dolor ...
-:::
-```
-
-::: important
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam aliquet libero
-quis lectus elementum fermentum.
-
-Fusce aliquet augue sapien, non efficitur mi ornare sed. Morbi at dictum
-felis. Pellentesque tortor lacus, semper et neque vitae, egestas commodo nisl.
-:::
-
-One can also use raw HTML `div` tags to create the custom environments.
-
-```markdown
-
-Lorem ipsum dolor ...
-
-```
-
-
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam aliquet libero
-quis lectus elementum fermentum.
-
-
-Markdown formatting inside the environments is supported.
-
-::: important
-**Lorem ipsum dolor** sit amet, `consectetur adipiscing` elit.
-
-```
-if(args.length < 2) {
- System.out.println("Lorem ipsum dolor sit amet");
-}
-```
-
-*Nam aliquet libero
-quis lectus elementum fermentum.*
-:::
-
-[`pandoc-latex-environments`]: https://github.com/chdemko/pandoc-latex-environment/
-[`awesomebox`]: https://ctan.org/pkg/awesomebox
\ No newline at end of file
diff --git a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.pdf b/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.pdf
deleted file mode 100644
index 49b4de0..0000000
Binary files a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.pdf and /dev/null differ
diff --git a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/preview.png b/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/preview.png
deleted file mode 100644
index 455f855..0000000
Binary files a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-awesomebox/preview.png and /dev/null differ
diff --git a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/build.sh b/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/build.sh
deleted file mode 100644
index 3d461f0..0000000
--- a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/build.sh
+++ /dev/null
@@ -1 +0,0 @@
-pandoc "document.md" -o "document.pdf" --from markdown --template "../../eisvogel.tex" --filter pandoc-latex-environment --listings
\ No newline at end of file
diff --git a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/document.md b/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/document.md
deleted file mode 100644
index 89eca98..0000000
--- a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/document.md
+++ /dev/null
@@ -1,78 +0,0 @@
----
-title: "Boxes with pandoc-latex-environment and tcolorbox"
-author: [Author]
-date: "2020-01-01"
-subject: "Markdown"
-keywords: [Markdown, Example]
-lang: "en"
-colorlinks: true
-header-includes:
-- |
- ```{=latex}
- \usepackage{tcolorbox}
-
- \newtcolorbox{info-box}{colback=cyan!5!white,arc=0pt,outer arc=0pt,colframe=cyan!60!black}
- \newtcolorbox{warning-box}{colback=orange!5!white,arc=0pt,outer arc=0pt,colframe=orange!80!black}
- \newtcolorbox{error-box}{colback=red!5!white,arc=0pt,outer arc=0pt,colframe=red!75!black}
- ```
-pandoc-latex-environment:
- tcolorbox: [box]
- info-box: [info]
- warning-box: [warning]
- error-box: [error]
-...
-
-# Boxes with `pandoc-latex-environment` and `tcolorbox`
-
-This example demonstrates the use of the filter [`pandoc-latex-environments`]
-to create custom boxes with the [`tcolorbox`] package.
-*pandoc-latex-environment* is a pandoc filter for adding LaTeX environment on
-specific HTML div tags. For a list of all available options visit the
-[`tcolorbox` documentation](https://ctan.org/pkg/tcolorbox).
-
-## Simple Box
-
-::: box
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam aliquet libero
-quis lectus elementum fermentum.
-:::
-
-## Markdown inside the Box
-
-Markdown formatting inside the environment is supported.
-
-::: box
-Lorem ipsum **dolor** sit amet, `consectetur adipiscing` elit.
-
-```
-if(args.length < 2) {
- System.out.println("Lorem ipsum dolor sit amet");
-}
-```
-
-*Nam aliquet libero
-quis lectus elementum fermentum.*
-:::
-
-## Custom Box
-
-One can define custom boxes in the LaTeX preamble with the variable
-`header-includes` at the top of this document.
-
-::: info
-**Info**: This is a custom box that may be used to show info messages in your
-document.
-:::
-
-::: warning
-**Warning**: This is a custom box that may be used to show warning messages in
-your document.
-:::
-
-::: error
-**Error**: This is a custom box that may be used to show error messages in your
-document.
-:::
-
-[`pandoc-latex-environments`]: https://github.com/chdemko/pandoc-latex-environment/
-[`tcolorbox`]: https://ctan.org/pkg/tcolorbox
\ No newline at end of file
diff --git a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/document.pdf b/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/document.pdf
deleted file mode 100644
index fe2f6b1..0000000
Binary files a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/document.pdf and /dev/null differ
diff --git a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/preview.png b/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/preview.png
deleted file mode 100644
index f93827c..0000000
Binary files a/vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/preview.png and /dev/null differ