Commit 806bbfe
authored
* Fix Issue -> PR conversion of code blocks
- Dedent before adding indentation
- Add correct indentation
* 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
* Fix import order in auto-pr-helper.py (ruff I001)
Resolve ruff lint error I001 that was preventing the build.
* Keep Pandoc installation out of this PR.
1 parent 8ddb34e commit 806bbfe
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
116 | 121 | | |
117 | | - | |
118 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
119 | 125 | | |
120 | 126 | | |
121 | 127 | | |
| |||
0 commit comments