diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-28 19:06:26 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-28 19:06:26 +0200 |
| commit | b4868b789822efd7332ebcdbef61969e1ddf4f74 (patch) | |
| tree | 46c22425342a44b6b0026d2362f80f759be5a748 /content/en/articles/r-i-p-steve-jobs | |
| parent | f2af8eb58e40db044870324fd480a11dd9e3d452 (diff) | |
| download | danixxyz-b4868b789822efd7332ebcdbef61969e1ddf4f74.tar.gz danixxyz-b4868b789822efd7332ebcdbef61969e1ddf4f74.zip | |
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
Diffstat (limited to 'content/en/articles/r-i-p-steve-jobs')
| -rw-r--r-- | content/en/articles/r-i-p-steve-jobs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/articles/r-i-p-steve-jobs/index.md b/content/en/articles/r-i-p-steve-jobs/index.md index 0a04ed9..b155316 100644 --- a/content/en/articles/r-i-p-steve-jobs/index.md +++ b/content/en/articles/r-i-p-steve-jobs/index.md @@ -9,4 +9,4 @@ categories = [ "Blogging"] tags = [ "Steve Jobs"] +++ -<figure id="attachment_3691" aria-describedby="caption-attachment-3691" style="width: 1024px" class="wp-caption aligncenter"><img loading="lazy" class="wp-image-3691 size-large" src="https://danix.xyz/wp-content/uploads/2011/10/jobs-1024x741.jpg" alt="" width="1024" height="741" srcset="https://danix.xyz/wp-content/uploads/2011/10/jobs-1024x741.jpg 1024w, https://danix.xyz/wp-content/uploads/2011/10/jobs-300x217.jpg 300w, https://danix.xyz/wp-content/uploads/2011/10/jobs-768x556.jpg 768w, https://danix.xyz/wp-content/uploads/2011/10/jobs.jpg 1500w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption id="caption-attachment-3691" class="wp-caption-text">Today a truly beautiful mind has left our world. Today is a very sad day.</figcaption></figure>
\ No newline at end of file +{{< image src="/uppies/2011/10/jobs.jpg" alt="Steve Jobs" caption="Today a truly beautiful mind has left our world. Today is a very sad day." >}}{{< /image >}}
\ No newline at end of file |
