Fix markdownlint errors in learn section

- Deduplicate heading in lesson-02 (specifications)
- Disable MD024 for lesson-03 (repeated component spec structure)
- Fix bare URL in tutorial-11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mårten Angner 2026-03-01 15:24:23 +01:00
parent 7c5d946175
commit 544ddcb76f
3 changed files with 3 additions and 2 deletions

View File

@ -754,7 +754,7 @@ Many methodologies exist. What makes WDS different?
---
## Your App Exists in Specifications
## Remember: Your App Exists in Specifications
**Let this sink in:**

View File

@ -1,3 +1,4 @@
<!-- markdownlint-disable MD024 -->
# Module 11: Conceptual Specifications
## Lesson 3: Element & State Specifications

View File

@ -116,7 +116,7 @@ Transform curious visitors into registered users.
> "Let's specify each element. Starting with the email field — what are the details?"
**You respond:**
> "Text input, label says 'Email', placeholder 'you@example.com', validates email format, error message 'Please enter a valid email'."
> "Text input, label says 'Email', placeholder '`you@example.com`', validates email format, error message 'Please enter a valid email'."
**Freya documents:**
```markdown