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:
parent
c0ab652135
commit
0727c5ebec
4 changed files with 32 additions and 14 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue