aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-03-17 22:38:21 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-03-17 22:38:21 +0000
commitedc370ff7dfe13915247cc5f60dec61654ad8fed (patch)
treebbd4672302cb375a5a1489fabad0dd9c589759d3 /app/src/main/res/values
parent41daebf702f150d7f3df0fa722d2c749931d859e (diff)
downloadinfinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar
infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar.gz
infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar.bz2
infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar.lz
infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar.xz
infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.tar.zst
infinity-for-reddit-edc370ff7dfe13915247cc5f60dec61654ad8fed.zip
Add superscript to MarkdownBottomBarRecyclerViewAdapter.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
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 @@
<string name="reply">Reply</string>
<string name="uploaded_images">Uploaded Images</string>
+ <string name="uploaded_images_explanation">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.</string>
<string name="select_image">Select an Image</string>
<string name="capture">Capture</string>
<string name="uploading_image">Uploading</string>