common problems
Terminals may display markdown elements such as tables, lists, etc. abnormally due to font and width limitations or special characters.
prescription
- Adjusting terminal settings::
- Enable equal width fonts (e.g. Fira Code)
- set up
export TERM=xterm-256color - pass (a bill or inspection etc)
stty rows 50 cols 120Expanded display area
- Spegel Exclusive Optimization::
- Activate in configuration file
pure_textMode:[rendering]
strip_markdown = true - utilization
textualof the alternate renderer:spegel --renderer plain
- Activate in configuration file
- post-processing::
- Piped out to
glowand other advanced markdown renderers:spegel url --raw | glow - - After redirecting to a file with
batView:spegel url > temp.md && bat -p temp.md
- Piped out to
diagnostic tool
(of a computer) runspegel --check-envTerminal compatibility can be detected and suggestions for corrections can be given.
This answer comes from the articleSpegel: using AI to transform web pages into an end-to-end browsing experienceThe





























