From f13905f78d0ece59ef86b06c83dc98f9abb6d3ea Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 1 Jul 2021 15:16:28 -0700 Subject: docs: Fix typo and clarify in troubleshooting step for points (#532) --- docs/content/troubleshooting.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/troubleshooting.md b/docs/content/troubleshooting.md index f93aa1e4..947e2676 100644 --- a/docs/content/troubleshooting.md +++ b/docs/content/troubleshooting.md @@ -19,9 +19,10 @@ Another example is when braille is rendered as a block of dots, with the non-col In either case, you may need to install a specific font and configure your terminal to use it. For example, installing [UBraille](https://yudit.org/download/fonts/UBraille/) -and ensuring your terminal uses should work. +and ensuring your terminal uses it should work. -Another alternative is to use the `--dot_marker` option to instead render graph charts using dots, which I've generally found to be better supported out of the box: +Another alternative is to use the `--dot_marker` option to render graph charts using dots instead of the braille characters, which generally seems better supported out of the box, +at the expense of looking less intricate:
Example of running bottom with the dot marker flag -- cgit v1.2.3