pub(crate) fn show_md_content_with_pager(content: &str, color: ColorConfig)
Expand description
If color
is always
or auto
, try to print pretty (formatted & colorized) markdown. If
that fails or color
is never
, print the raw markdown.
Uses a pager if possible, falls back to stdout.