style: improve markdown rendering output formatting

- Use terminal-link for clickable hyperlinks
- Reduce heading color brightness
- Remove extra trailing newlines from code blocks
- Fix horizontal rule spacing
- Wrap codespan content in backticks
- Suppress language error warnings from highlighter
This commit is contained in:
mitchell 2026-04-19 17:41:42 -04:00
parent c0ab652135
commit 0727c5ebec
4 changed files with 32 additions and 14 deletions

View file

@ -28,6 +28,7 @@
"ansi-styles": "^6.2.3",
"chalk": "^5.6.2",
"cli-highlight": "^2.1.11",
"cli-table3": "^0.6.5"
"cli-table3": "^0.6.5",
"terminal-link": "^5.0.0"
}
}