From b4868b789822efd7332ebcdbef61969e1ddf4f74 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 28 Apr 2026 19:06:26 +0200 Subject: fix: convert raw HTML to markdown and fix deprecated HTML entities Content fixes: - speak-to-me: Convert blockquote to markdown, decode entities - wp_patcher: Convert pre blocks to fenced code, markdown blockquote - manage-your-passwords: Convert a tags and blockquotes to markdown, add acronym shortcode, decode entities - playing-with-colors: Convert a tag to markdown - pure-nerdgasm: Mark as draft (YouTube embed lost in export) - r-i-p-steve-jobs: Replace figure with image shortcode - responsibility: Convert blockquote to markdown --- content/en/articles/responsibility/index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'content/en/articles/responsibility/index.md') diff --git a/content/en/articles/responsibility/index.md b/content/en/articles/responsibility/index.md index b82273a..9b9aed3 100644 --- a/content/en/articles/responsibility/index.md +++ b/content/en/articles/responsibility/index.md @@ -8,8 +8,4 @@ categories = [ "Blogging", "Self Reflection"] tags = [ "life", "responsibility"] +++ -
-

- Accept responsibility for your life. Know that it is you who will get you where you want to go, no one else. -

-
\ No newline at end of file +> Accept responsibility for your life. Know that it is you who will get you where you want to go, no one else. \ No newline at end of file -- cgit v1.2.3