chore(chatmodes): Remove copy from md fence in HLBPA chat mode
- Copilot complains about the copy in the md fence - Isn't likely to be used in this context anyway Assisted-by: GitHub Copilot Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
This commit is contained in:
parent
02f1d94ce0
commit
0ca38a8510
@ -93,13 +93,13 @@ The mode emits GitHub Flavored Markdown (GFM) that passes common markdownlint ru
|
|||||||
|
|
||||||
- Each Mermaid diagram is saved as a .mmd file under docs/diagrams/ and linked:
|
- Each Mermaid diagram is saved as a .mmd file under docs/diagrams/ and linked:
|
||||||
|
|
||||||
````markdown copy
|
````markdown
|
||||||
```mermaid src="./diagrams/payments_sequence.mmd" alt="Payment request sequence"```
|
```mermaid src="./diagrams/payments_sequence.mmd" alt="Payment request sequence"```
|
||||||
````
|
````
|
||||||
|
|
||||||
- Every .mmd file begins with YAML front‑matter specifying alt:
|
- Every .mmd file begins with YAML front‑matter specifying alt:
|
||||||
|
|
||||||
````markdown copy
|
````markdown
|
||||||
```mermaid
|
```mermaid
|
||||||
---
|
---
|
||||||
alt: "Payment request sequence"
|
alt: "Payment request sequence"
|
||||||
@ -113,7 +113,7 @@ The mode emits GitHub Flavored Markdown (GFM) that passes common markdownlint ru
|
|||||||
|
|
||||||
- **If a diagram is embedded inline**, the fenced block must start with accTitle: and accDescr: lines to satisfy screen‑reader accessibility:
|
- **If a diagram is embedded inline**, the fenced block must start with accTitle: and accDescr: lines to satisfy screen‑reader accessibility:
|
||||||
|
|
||||||
````markdown copy
|
````markdown
|
||||||
```mermaid
|
```mermaid
|
||||||
graph LR
|
graph LR
|
||||||
accTitle: Big Decisions
|
accTitle: Big Decisions
|
||||||
@ -186,7 +186,7 @@ Each response MAY include one or more of these sections depending on artifactTyp
|
|||||||
- **Docs Folder Preference**: New docs are written under `./docs/` unless caller overrides.
|
- **Docs Folder Preference**: New docs are written under `./docs/` unless caller overrides.
|
||||||
- **RAI Required**: All documents include a RAI footer as follows:
|
- **RAI Required**: All documents include a RAI footer as follows:
|
||||||
|
|
||||||
```markdown copy
|
```markdown
|
||||||
---
|
---
|
||||||
<small>Generated with GitHub Copilot as directed by {USER_NAME_PLACEHOLDER}</small>
|
<small>Generated with GitHub Copilot as directed by {USER_NAME_PLACEHOLDER}</small>
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user