diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2022-12-26 17:34:02 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2022-12-26 17:34:02 +0000 |
commit | e60c93e5ad3ad808d5559ba590ece57987d23782 (patch) | |
tree | 39ab1e1072a4348e23d76975c5697b415ddcaa94 /posts/drafts | |
parent | 6fd1a9f7d649999c627c50872a88d31ccfed6ae1 (diff) | |
download | blog-e60c93e5ad3ad808d5559ba590ece57987d23782.tar.gz blog-e60c93e5ad3ad808d5559ba590ece57987d23782.tar.bz2 blog-e60c93e5ad3ad808d5559ba590ece57987d23782.zip |
Remove drafts logic
Diffstat (limited to 'posts/drafts')
-rw-r--r-- | posts/drafts/hello-world/hello-world.md | 60 | ||||
-rw-r--r-- | posts/drafts/hello-world/metadata.txt | 3 |
2 files changed, 0 insertions, 63 deletions
diff --git a/posts/drafts/hello-world/hello-world.md b/posts/drafts/hello-world/hello-world.md deleted file mode 100644 index 06639ae..0000000 --- a/posts/drafts/hello-world/hello-world.md +++ /dev/null @@ -1,60 +0,0 @@ -This is a post to demonstrate and test content generation code. I am not a -writing master, so I am going just enumerate features I am going to use to see -how they are rendered. - -And I want to know how multiple paragraphs are rendered. - - -## Code - -Standalone code block like this one. - -``` -#include <iostream> - -int main() { - std::cout << "Hello, World" << std::endl; - return 0; -} -``` - -And embedded code like `this` and `this`. - - -## Lists -* I -* like -* itemized -* lists - -Also, sometimes I use enumerated lists like this one. - -1. One. -2. Two. -3. Three. - - -## Formatting - -This is a **bold** text. And this is _italic_. - - -## Quotes -> I don't know what's the matter with people: they don't learn by -> understanding; they learn by some other way — by rote or something. -> Their knowledge is so fragile! - - -## Footnotes - -Oh, some it would nice to have footnotes like this one[^1]. - -[^1]: This should work. - - -## URLs - -Here is the url to [website][1]. And the same [url](https://ilvokhin.com), but -embedded into the text. - -[1]: https://ilvokhin.com diff --git a/posts/drafts/hello-world/metadata.txt b/posts/drafts/hello-world/metadata.txt deleted file mode 100644 index 800612c..0000000 --- a/posts/drafts/hello-world/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -Title: Hello, World! -Date: 2022-12-23 -Status: draft |