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:
parent
7c5d946175
commit
544ddcb76f
|
|
@ -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:**
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- markdownlint-disable MD024 -->
|
||||
# Module 11: Conceptual Specifications
|
||||
|
||||
## Lesson 3: Element & State Specifications
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue