Commit e7a3b6a
Improve markdown-to-terminal conversion to preserve URLs
- Update convert_markdown_to_terminal to preserve URLs in links
- Changed link conversion from "[text](url)" to "text: url" format
- Headers (H1-H6) now properly converted with emoji prefix
- Removed redundant Professional Support cleanup
- Add documentation comment to README.md explaining marker usage
This ensures users can access actual URLs in error messages, making
support resources more accessible.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 8e1875d commit e7a3b6a
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
316 | 315 | | |
317 | 316 | | |
318 | 317 | | |
| |||
0 commit comments