From 6ff8b007beb5f3ea56d3d29d441c3501773b1f11 Mon Sep 17 00:00:00 2001 From: Mino1289 <68814671+Mino1289@users.noreply.github.com> Date: Thu, 4 Nov 2021 22:08:45 +0100 Subject: [PATCH] Update apps/reader/README.md Co-authored-by: Lauryy06 <80424145+Lauryy06@users.noreply.github.com> --- apps/reader/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/reader/README.md b/apps/reader/README.md index 719e3dc21..1405f99e8 100644 --- a/apps/reader/README.md +++ b/apps/reader/README.md @@ -6,7 +6,7 @@ Thanks to [Gabriel79](https://github.com/Gabriel79) for the original reader app, # Rich text format Reader app supports now a rich text format : - * `$` around a mathematical or a LaTeX expression **without spaces** to render it + * `$` around a LaTeX expression to render it * `%` around a color-code (see below) to change the color of the text ### LaTeX expressions You can read the documentation for the LaTeX Parser [here](TexParser.md).