Squashed 'vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/' content from commit 24a8c00
git-subtree-dir: vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template git-subtree-split: 24a8c009368843605c212159ad8449476db87d20
This commit is contained in:
1
examples/code-blocks-without-listings/build.sh
Normal file
1
examples/code-blocks-without-listings/build.sh
Normal file
@@ -0,0 +1 @@
|
||||
pandoc "document.md" -o "document.pdf" --from markdown --template "../../eisvogel.tex" --highlight-style kate
|
52
examples/code-blocks-without-listings/document.md
Normal file
52
examples/code-blocks-without-listings/document.md
Normal file
@@ -0,0 +1,52 @@
|
||||
---
|
||||
title: "Example PDF"
|
||||
author: [Author]
|
||||
date: "2017-02-20"
|
||||
subject: "Markdown"
|
||||
keywords: [Markdown, Example]
|
||||
lang: "en"
|
||||
...
|
||||
|
||||
# Vinaque sanguine metuenti cuiquam Alcyone fixus
|
||||
|
||||
Lorem markdownum Letoia, et alios: figurae flectentem annis aliquid Peneosque
|
||||
abesse obstat.
|
||||
|
||||
```java
|
||||
public class Example implements LoremIpsum {
|
||||
public static void map(String[] sortedLeft, Long[] sortedRight, int splitIndex) {
|
||||
if(sortedLeft == null || sortedRight == null) {
|
||||
System.err.println("Lorem ipsum dolor sit amet");
|
||||
}
|
||||
} // Obscura atque coniuge, per de coniunx
|
||||
}
|
||||
```
|
||||
|
||||
Porrigitur et Pallas nuper longusque cratere habuisse sepulcro pectore fertur
|
||||
obscura atque coniuge.
|
||||
|
||||
```html
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>This is the title of the page.</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="http://example.com">This is a link.</a>
|
||||
<img src="./image.jpg" alt="This is an image.">
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
Vertitur iura tum nepotis causa; motus. Diva virtus! Acrota destruitis vos
|
||||
iubet quo et classis excessere.
|
||||
|
||||
```sql
|
||||
CREATE TYPE person_t AS (
|
||||
firstName VARCHAR(50) NOT NULL,
|
||||
);
|
||||
|
||||
CREATE Or REPLACE FUNCTION getFormattedName(person) RETURNS text AS
|
||||
$$ SELECT 'P: ' || initcap($1.firstName); $$
|
||||
LANGUAGE SQL;
|
||||
```
|
BIN
examples/code-blocks-without-listings/document.pdf
Normal file
BIN
examples/code-blocks-without-listings/document.pdf
Normal file
Binary file not shown.
BIN
examples/code-blocks-without-listings/preview.png
Normal file
BIN
examples/code-blocks-without-listings/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 167 KiB |
Reference in New Issue
Block a user