From 103a9ed526e32e953bf63623da4084e3d06f23d7 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:22:19 +0200 Subject: [PATCH] Update readme --- .github/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/readme.md b/.github/readme.md index 249f91377..4b6892650 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -12,7 +12,7 @@ Based on a fork of [TavernAI](https://github.com/TavernAI/TavernAI) 1.2.8 2. Missing extensions after the update? Since the 1.10.6 release version, most of the previously built-in extensions have been converted to downloadable add-ons. You can download them via the built-in "Download Extensions and Assets" menu in the extensions panel (stacked blocks icon in the top bar). -3. Having unstyled underscores instead of italics? Since the 1.11.6 release version, the handling of underscores in Markdown text processing was changed. The asterisk italics formatting will continue working as expected. Now double or triple underscores can be used for representing underlined text. Text surrounded by a single underscore is no longer interpreted as italics but left unformatted. To revert to the old behavior, please import and enable the following Regex script: [underscore_italics.json](https://github.com/SillyTavern/SillyTavern/files/14463077/underscore_italics.json) +3. Unsupported platform: android arm LEtime-web. 32-bit Android requires an external dependency that can't be installed with npm. Use the following command to install it: `pkg install esbuild`. Then run the usual installation steps. ### Brought to you by Cohee, RossAscends, and the SillyTavern community