summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-07-19 08:33:58 -0600
committerColin Reeder <colin@vpzom.click>2020-07-19 08:33:58 -0600
commit296ae699a3cd65000e4fdb10198807e4485e5682 (patch)
tree80c56613b31fc8da9c1d2763333892813384d443
parentbbb3361a6851c322f11934f5f9c3cf071d83cf77 (diff)
Indicate markdown support on new_post
-rw-r--r--src/routes/communities.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/communities.rs b/src/routes/communities.rs
index 913d112..6e29f6d 100644
--- a/src/routes/communities.rs
+++ b/src/routes/communities.rs
@@ -432,7 +432,7 @@ async fn page_community_new_post_inner(
</tr>
</table>
<label>
- {"Text:"}
+ {"Text (markdown supported):"}
<br />
<MaybeFillTextArea values={&prev_values} name={"content_markdown"} default_value={None} />
</label>