From 91a182b4451ddfad79f10080b5b96c0406dca2da Mon Sep 17 00:00:00 2001 From: PythonCoderAS <13932583+PythonCoderAS@users.noreply.github.com> Date: Mon, 16 Jan 2023 00:39:00 -0500 Subject: [PATCH] Fix ordered list rendering (#255) A line break is needed for an ordered list to render. --- docs/user/cli.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user/cli.rst b/docs/user/cli.rst index a0b19a04..51030d0c 100644 --- a/docs/user/cli.rst +++ b/docs/user/cli.rst @@ -5,6 +5,7 @@ charset-normalizer ship with a CLI that should be available as `normalizer`. This is a great tool to fully exploit the detector capabilities without having to write Python code. Possible use cases: + #. Quickly discover probable originating charset from a file. #. I want to quickly convert a non Unicode file to Unicode. #. Debug the charset-detector.