Commit 8ddb34e
authored
* Fix: Normalize Markdown links and formatting
- Convert inline-code links like [`text`](url) to standard [text](url)
- Correct mixed bold/code formatting:
- **`code`** → `code`
- `**code**` → `code`
This prevents Markdown parser errors in issue bodies and ensures consistent formatting.
* Fix: address CI failure by updating snapshot-ci.yml
* Fix: address CI failure by updating Pandoc installation
* Remove parts requested by @plaindocs
Pandoc installation is only needed for PR #228, so it has been removed from this branch.
1 parent bef616e commit 8ddb34e
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
24 | 52 | | |
25 | 53 | | |
26 | 54 | | |
| |||
139 | 167 | | |
140 | 168 | | |
141 | 169 | | |
| 170 | + | |
142 | 171 | | |
| 172 | + | |
| 173 | + | |
143 | 174 | | |
144 | 175 | | |
145 | 176 | | |
| |||
0 commit comments