diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-12-10 20:08:59 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-12-10 20:08:59 +0300 |
| commit | 63d6cfec84bfa750604734e269d3c1c9e3c1fc04 (patch) | |
| tree | 3d15c26c4323856107d71e4decbb395eedfe6ddd /tests | |
| parent | 48d5e233fda099780ab6705505f4154b0cefa11b (diff) | |
| download | tg2md-63d6cfec84bfa750604734e269d3c1c9e3c1fc04.tar.gz tg2md-63d6cfec84bfa750604734e269d3c1c9e3c1fc04.zip | |
remove generated files
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/formatted_posts/2020-11-12-10.md | 14 | ||||
| -rw-r--r-- | tests/formatted_posts/2020-11-12-11.md | 11 | ||||
| -rw-r--r-- | tests/formatted_posts/2020-11-12-13.md | 11 | ||||
| -rw-r--r-- | tests/formatted_posts/2020-11-12-14.md | 12 | ||||
| -rw-r--r-- | tests/formatted_posts/2020-11-12-15.md | 8 | ||||
| -rw-r--r-- | tests/formatted_posts/2020-11-12-2.md | 8 | ||||
| -rw-r--r-- | tests/formatted_posts/2020-11-12-3.md | 10 | ||||
| -rw-r--r-- | tests/formatted_posts/2020-11-12-4.md | 10 | ||||
| -rw-r--r-- | tests/formatted_posts/2020-11-12-5.md | 16 | ||||
| -rw-r--r-- | tests/formatted_posts/2020-11-12-7.md | 11 | ||||
| -rw-r--r-- | tests/formatted_posts/2020-11-12-8.md | 11 | ||||
| -rw-r--r-- | tests/formatted_posts/2020-11-12-9.md | 10 |
12 files changed, 0 insertions, 132 deletions
diff --git a/tests/formatted_posts/2020-11-12-10.md b/tests/formatted_posts/2020-11-12-10.md deleted file mode 100644 index dab9ba4..0000000 --- a/tests/formatted_posts/2020-11-12-10.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: 10 -date: 2020-11-12 14:11:35 -tag: None -layout: post ---- - -**bold** in text -**bold below** - -normal text - -**bold with one line gap** -normal text diff --git a/tests/formatted_posts/2020-11-12-11.md b/tests/formatted_posts/2020-11-12-11.md deleted file mode 100644 index 2e4b2c2..0000000 --- a/tests/formatted_posts/2020-11-12-11.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 11 -date: 2020-11-12 14:34:47 -tag: None -layout: post ---- - -**multiline -bold - -text** diff --git a/tests/formatted_posts/2020-11-12-13.md b/tests/formatted_posts/2020-11-12-13.md deleted file mode 100644 index 01fa3c6..0000000 --- a/tests/formatted_posts/2020-11-12-13.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 13 -date: 2020-11-12 14:45:43 -tag: None -layout: post ---- - -`monospace with one baktick` - -```multiline -monospace``` diff --git a/tests/formatted_posts/2020-11-12-14.md b/tests/formatted_posts/2020-11-12-14.md deleted file mode 100644 index 092be7d..0000000 --- a/tests/formatted_posts/2020-11-12-14.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: 14 -date: 2020-11-12 14:48:48 -tag: None -layout: post ---- - -[text link](http://example.com/) - -<example.com> - -<example@example.com> diff --git a/tests/formatted_posts/2020-11-12-15.md b/tests/formatted_posts/2020-11-12-15.md deleted file mode 100644 index b8e65e0..0000000 --- a/tests/formatted_posts/2020-11-12-15.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: 15 -date: 2020-11-12 15:05:32 -tag: None -layout: post ---- - -*bold italic* diff --git a/tests/formatted_posts/2020-11-12-2.md b/tests/formatted_posts/2020-11-12-2.md deleted file mode 100644 index ded2627..0000000 --- a/tests/formatted_posts/2020-11-12-2.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: 2 -date: 2020-11-12 12:54:07 -tag: None -layout: post ---- - -test text post diff --git a/tests/formatted_posts/2020-11-12-3.md b/tests/formatted_posts/2020-11-12-3.md deleted file mode 100644 index f9bfe3d..0000000 --- a/tests/formatted_posts/2020-11-12-3.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: 3 -date: 2020-11-12 12:57:31 -tag: None -layout: post ---- - - - - diff --git a/tests/formatted_posts/2020-11-12-4.md b/tests/formatted_posts/2020-11-12-4.md deleted file mode 100644 index 8beb106..0000000 --- a/tests/formatted_posts/2020-11-12-4.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: 4 -date: 2020-11-12 12:57:40 -tag: None -layout: post ---- - - - -photo with text diff --git a/tests/formatted_posts/2020-11-12-5.md b/tests/formatted_posts/2020-11-12-5.md deleted file mode 100644 index 13e734e..0000000 --- a/tests/formatted_posts/2020-11-12-5.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: 5 -date: 2020-11-12 12:58:18 -tag: None -layout: post ---- - -*italic* - -**bold** - -<u>underline</u> - -<s>strikethrough</s> - -```monospace``` diff --git a/tests/formatted_posts/2020-11-12-7.md b/tests/formatted_posts/2020-11-12-7.md deleted file mode 100644 index 5a9e6ec..0000000 --- a/tests/formatted_posts/2020-11-12-7.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 7 -date: 2020-11-12 13:01:05 -tag: None -layout: post ---- - - -<audio controls> - <source src="/files/audio_1@12-11-2020_13-01-05.ogg" type="audio/ogg"> - </audio> diff --git a/tests/formatted_posts/2020-11-12-8.md b/tests/formatted_posts/2020-11-12-8.md deleted file mode 100644 index 0b30a03..0000000 --- a/tests/formatted_posts/2020-11-12-8.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 8 -date: 2020-11-12 13:02:35 -tag: None -layout: post ---- - - -<audio controls> - <source src="/files/test-sound.ogg" type="audio/x-vorbis+ogg"> - </audio> diff --git a/tests/formatted_posts/2020-11-12-9.md b/tests/formatted_posts/2020-11-12-9.md deleted file mode 100644 index cbf1a9f..0000000 --- a/tests/formatted_posts/2020-11-12-9.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: 9 -date: 2020-11-12 13:43:23 -tag: None -layout: post ---- - -*italic* in text - -*italic on whole line* |
