Comments by @6d5c2b1
Below are all comments by this author, organized by threads, in reverse chronological order. Author ID is a pseudonym that is cryptographically derived from their email address (see docs).
You can also browse comments by thread (or replies), page, or just all comments.
Comments (1) #
@6d5c2b1 Updates @6d5c2b1 [-] Collapse All Collapse [+] Expand All ExpandCommenting Info:
This is a demo of commenting using r3ply. You can leave comments on this website by sending an email.
Your email address will be anonymized, and can never be shared with anyone.
To try it out click the Write Comment button, or draft an email manually 1. Your email client with a template already filled out that looks as follows:
/demo/#f0a49ff6
Testing markdown: Bold: **text** or __text__ becomes text. Italics: *text* or _text_ becomes text. Bold and Italic: ***text*** … # .
Testing markdown:
**text**or__text__becomes text.*text*or_text_becomes text.***text***becomes text.~~text~~becomes ~~text~~.Ordered List: Use numbers followed by a period.
Task List: Use square brackets.
Blockquotes: Use the
>character.Tables: Use pipes
|and hyphens-to create columns and rows.| Column 1 | Column 2 | | :--- | :--- | | Cell A | Cell B |
Horizontal Rule: Three or more asterisks (
***) or hyphens (---) create a divider line:Escaping Characters: Use a backslash
\to show a literal character instead of its Markdown formatting.