fix: correct code fence imbalance in step-03-starter.md (#1724)
The 4-backtick markdown fence closed prematurely at line 235, orphaning template content and causing a stray 3-backtick fence to swallow sections 9-13 into an unclosed code block.
This commit is contained in:
parent
811d03262d
commit
a135622429
|
|
@ -232,7 +232,6 @@ Prepare the content to append to the document:
|
||||||
```bash
|
```bash
|
||||||
{{full_starter_command_with_options}}
|
{{full_starter_command_with_options}}
|
||||||
```
|
```
|
||||||
````
|
|
||||||
|
|
||||||
**Architectural Decisions Provided by Starter:**
|
**Architectural Decisions Provided by Starter:**
|
||||||
|
|
||||||
|
|
@ -256,7 +255,7 @@ Prepare the content to append to the document:
|
||||||
|
|
||||||
**Note:** Project initialization using this command should be the first implementation story.
|
**Note:** Project initialization using this command should be the first implementation story.
|
||||||
|
|
||||||
```
|
````
|
||||||
|
|
||||||
### 9. Present Content and Menu
|
### 9. Present Content and Menu
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue