Skip to content

Commit 8d00939

Browse files
rfaystasadev
authored andcommitted
@stasadev suggestions, thanks
1 parent 5e2a344 commit 8d00939

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

MARKDOWN_FORMATTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ This automatically generates:
286286

287287
```html
288288
<figure>
289-
<img src="/img/blog/my-image.jpg" alt="Descriptive alt text" />
289+
<img src="/img/blog/2022/03/macos-m1-vs.-drupal-drush-install-seconds.png" alt="Descriptive alt text" />
290290
<figcaption>Descriptive alt text</figcaption>
291291
</figure>
292292
```
@@ -302,7 +302,7 @@ For hero images at the top of posts:
302302

303303
```yaml
304304
featureImage:
305-
src: /img/blog/kebab-case.jpg
305+
src: /img/blog/2022/03/macos-m1-vs.-drupal-drush-install-seconds.png
306306
alt: Descriptive text for screen readers
307307
caption: "Optional caption (can use **markdown**)"
308308
credit: "Optional image credit"

src/content/blog/markdown-features-demo.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Markdown Features Demo: Testing All Formatting Options"
33
pubDate: 2022-01-01
4-
summary: "Comprehensive demonstration of all markdown formatting features available on ddev.com, including callout boxes, code blocks, links, images, and typography. Not for publication."
4+
summary: "Demonstration of markdown formatting features available on ddev.com, including callout boxes, code blocks, links, images, and typography. Not for publication. This is hidden with an old date because it's not useful for normal readers."
55
author: Randy Fay
66
categories:
77
- TechNotes
@@ -348,11 +348,11 @@ Here's a workflow with embedded callouts:
348348

349349
Images are automatically wrapped in semantic `<figure>` elements with captions generated from alt text:
350350

351-
![DDEV Logo](/logos/ddev-logo.svg)
351+
![Installation speed](/img/blog/2022/03/macos-m1-vs.-drupal-drush-install-seconds.png)
352352

353353
The alt text becomes the figure caption, improving both accessibility and visual presentation:
354354

355-
![Screenshot showing DDEV running in terminal with successful start message](/img/blog/2022/example-terminal.jpg)
355+
![Weird installation graph](/img/blog/2022/03/macos-m1-vs.-drupal-drush-install-seconds.png)
356356

357357
:::tip[Image Best Practices]
358358

@@ -388,9 +388,8 @@ Before deploying to production, verify:
388388
```
389389

390390
2. **Database Backup**
391-
:::warning
391+
392392
Always create a backup before deployment!
393-
:::
394393

395394
3. **Run Tests**
396395

@@ -404,7 +403,7 @@ Before deploying to production, verify:
404403
- Optimize images
405404
- Clear caches
406405

407-
For more information, see the [deployment guide](https://docs.ddev.com/en/stable/users/topics/deploy/) or ask in [DDEV Discord](/s/discord).
406+
For more information, see the [README](https://github.com/ddev/ddev.com/README) or ask in [DDEV Discord](/s/discord).
408407
:::
409408

410409
## Conclusion

0 commit comments

Comments
 (0)