FoolishSamurai

joined 1 year ago
[–] FoolishSamurai@kbin.social 3 points 1 year ago

Thanks! Didn't know you could do that with bookmarks

[–] FoolishSamurai@kbin.social 4 points 1 year ago

I think you can only see it in lemmy for some reason? https://www.bbc.co.uk/news/technology-65949412 is the link

[–] FoolishSamurai@kbin.social 3 points 1 year ago* (last edited 1 year ago)

After posting this, it seems like using newline (\ or two spaces) is a bit off. When placed after tables and codeblocks it displays the backslash. And the two spaces method doesn't actually do anything. A workaround is that you can put   and it will insert a space and newline.

 

Markdown that does not appear in the reply box:

Strikethrough:

some ~~strikethrough~~ text

some ~~strikethrough~~ text

Horizontal Rule:

***


Table with alignment:

||X|Y|Z|
|--------|:---|:----:|---:|
|1|X1|Y1|Z1|
|2|X2|Y2|Z2|

X Y Z
1 X1 Y1 Z1
2 X2 Y2 Z2

Codeblock:

`**codeblock**`  
`enclose in 3 backticks`  
**codeblock**
enclose in 3 backticks

   **codeblock**
   indent with 4 spaces

**codeblock**
indent with 4 spaces

Heading 1:

# heading 1

heading 1

Heading 2:

## heading 2

heading 2

(Heading 3 you get when you press the H button in the reply box)

Markdown that kbin does not yet support but lemmy does:

Spoilers:

hidden or nsfw
spoilers here

hidden or nsfw
spoilers here

Superscript:

some ^superscript^ text

some ^superscript^ text

None amongst kbin, lemmy and reddit support subscript as far as I can tell.

What this page looks like in kbin
What this page looks like in lemmy

More info:
https://commonmark.org/help/
https://spec.commonmark.org/dingus/

https://join-lemmy.org/docs/en/users/02-media.html
https://calckey.social/mfm-cheat-sheet

1
test (kbin.social)
submitted 1 year ago* (last edited 1 year ago) by FoolishSamurai@kbin.social to c/test@lemmy.ca
 

``inline code with backticks
inline code with backticks

#codeblock
with 3 backticks or 4 indent spaces

#codeblock
with 3 backticks or 4 indent spaces

*italics* _italics_
italics italics

**bold** __bold__
bold bold

# heading 1

heading 1

## heading 2

heading 2

### heading 3

heading 3

horizontal rule
***

horizontal rule

horizontal rule
***

horizontal rule


[link](url)
link

![img](url)
img

>blockquote

blockquote

* ul 1
* ul 2
* ul 3

  • ul 1
  • ul 2
  • ul 3
- ul 1
- ul 2
- ul 3

  • ul 1
  • ul 2
  • ul 3
1. ol 1
2. ol 2
3. ol 3

  1. ol 1
  2. ol 2
  3. ol 3
1) ol 1
2) ol 2
3) ol 3

  1. ol 1
  2. ol 2
  3. ol 3
hidden or nsfwspoilers here

hidden or nsfw
spoilers here

spoiler hidden or nsfw >!spoilers here!<
spoiler hidden or nsfw >!spoilers here!<

some <sub>subscript</sub> text
some <sub>subscript</sub> text

some %subscript% text
some %subscript% text

some &subscript& text
some &subscript& text

some $subscript$ text
some $subscript$ text

some ^superscript^ text
some ^superscript^ text

some <sup>superscript</sup> text
some <sup>superscript</sup> text

some ~strikethrough~ text
some ~strikethrough~ text

some ~~strikethrough~~ text
some ~~strikethrough~~ text

some <del>strikethrough</del> text
some <del>strikethrough</del> text

newline \
with backslash

newline
with backslash

newline  
with 2 spaces  

newline
with 2 spaces

Cell 1 Cell 2
A B
C D