all repos — tg2md @ 63d6cfec84bfa750604734e269d3c1c9e3c1fc04

converter from telegram json to jekyll md

remove generated files
la-ninpre leobrekalini@gmail.com
Thu, 10 Dec 2020 20:08:59 +0300
commit

63d6cfec84bfa750604734e269d3c1c9e3c1fc04

parent

48d5e233fda099780ab6705505f4154b0cefa11b

13 files changed, 3 insertions(+), 132 deletions(-)

jump to
A .gitignore

@@ -0,0 +1,3 @@

+*.md +!README.md +!LICENSE.md
D tests/formatted_posts/2020-11-12-10.md

@@ -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
D tests/formatted_posts/2020-11-12-11.md

@@ -1,11 +0,0 @@

---- -title: 11 -date: 2020-11-12 14:34:47 -tag: None -layout: post ---- - -**multiline -bold - -text**
D tests/formatted_posts/2020-11-12-13.md

@@ -1,11 +0,0 @@

---- -title: 13 -date: 2020-11-12 14:45:43 -tag: None -layout: post ---- - -`monospace with one baktick` - -```multiline -monospace```
D tests/formatted_posts/2020-11-12-14.md

@@ -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>
D tests/formatted_posts/2020-11-12-15.md

@@ -1,8 +0,0 @@

---- -title: 15 -date: 2020-11-12 15:05:32 -tag: None -layout: post ---- - -*bold italic*
D tests/formatted_posts/2020-11-12-2.md

@@ -1,8 +0,0 @@

---- -title: 2 -date: 2020-11-12 12:54:07 -tag: None -layout: post ---- - -test text post
D tests/formatted_posts/2020-11-12-3.md

@@ -1,10 +0,0 @@

---- -title: 3 -date: 2020-11-12 12:57:31 -tag: None -layout: post ---- - -![image](/photos/photo_1@12-11-2020_12-57-31.jpg) - -
D tests/formatted_posts/2020-11-12-4.md

@@ -1,10 +0,0 @@

---- -title: 4 -date: 2020-11-12 12:57:40 -tag: None -layout: post ---- - -![image](/photos/photo_1@12-11-2020_12-57-31.jpg) - -photo with text
D tests/formatted_posts/2020-11-12-5.md

@@ -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```
D tests/formatted_posts/2020-11-12-7.md

@@ -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>
D tests/formatted_posts/2020-11-12-8.md

@@ -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>
D tests/formatted_posts/2020-11-12-9.md

@@ -1,10 +0,0 @@

---- -title: 9 -date: 2020-11-12 13:43:23 -tag: None -layout: post ---- - -*italic* in text - -*italic on whole line*