From edc370ff7dfe13915247cc5f60dec61654ad8fed Mon Sep 17 00:00:00 2001
From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Date: Sun, 17 Mar 2024 18:38:21 -0400
Subject: Add superscript to MarkdownBottomBarRecyclerViewAdapter.
---
app/src/main/res/values/strings.xml | 7 +++++++
1 file changed, 7 insertions(+)
(limited to 'app/src/main/res/values/strings.xml')
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 8c2b0890..5dce1f90 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1215,6 +1215,13 @@
Reply
Uploaded Images
+ This is an experimental feature, and here are some things you need to know:
+ \n1. Uploaded images will not be shown in the text editor, and instead, a piece of text will be inserted as a block,
+ with a format similar to ![](XXXXX). XXXXX is the image id, and it should not be modified. To add a caption for
+ your image, simply type between the brackets. Example: ![This is a caption](XXXXX). Note that the caption will be treated
+ as plain text.\n2. To write a superscript, please use ^(), and put the texts inside the parentheses, instead of only
+ using a single ^.\n3. This feature converts your markdown to rich text format and some formatting may be lost in the
+ process.\n4. You cannot edit a submitted post with embedded images in it.
Select an Image
Capture
Uploading
--
cgit v1.2.3