Go to file
cf23659d 5b286aef21 Add 'test.html' 2021-12-09 16:44:57 +01:00
README.md Update 'README.md' 2021-12-09 14:01:27 +01:00
test.html Add 'test.html' 2021-12-09 16:44:57 +01:00

README.md

markdown-test

details + blockquote

<details open>
<summary>summary n</summary>
<blockquote>
content n
</blockquote>
</details>

markdown-link

summary 1
content 1 [markdown-link](#some-blockquote-id)
summary 2 [markdown-link](#some-blockquote-id) html-link to content 3
content 2
summary 3
content 3 **markdown bold** html bold

blockquote + details

<blockquote>
<details open>
<summary>summary n</summary>
content n
</details>
</blockquote>
summary 1 details 1
summary 2 details 2
summary 3 details 3
summary 4 details 4

html list

problem: indent too large

  • content 1
    • content 2
      • content 3

ordered list

  1. content 1
    1. content 2
      1. content 3

unicode non-breaking space

problem: not working in gitea

hard coded space non-breaking space (or hard space) its Unicode representation is U+00A0

a
b

asdf

 asdf

html non-breaking space

problem: ugly source code

 nbsp
  nbsp
   nbsp
    nbsp

definition list

problem: indent too large

Term 1
definition 1
definition 2
Term 2
definition 1
definition 2
definition 2a
definition 2b

markdown tables

problem: ugly source

OS Input method
macOS OPTION+SPACE (ALT+SPACE)
Linux Compose Space Space or AltGr+Space
Windows Alt+0+1+6+0

html tables

oldschool!

problem: we need margin/padding only on the left side

content 1
content 2
content 3

html style

problem: style is ignored

padding-left
margin-left

https://stackoverflow.com/questions/6046263/how-to-indent-a-few-lines-in-markdown-markup

Insert a hard space

OS Input method
macOS OPTION+SPACE (ALT+SPACE)
Linux Compose Space Space or AltGr+Space
Windows Alt+0+1+6+0

Some text editor use Ctrl+Shift+Space.

1

problem: text size becomes smaller and smaller

2

3

t
d
t2
d2

div1

div2

a million headings

problem: maximum is h6, but we need infinite depth

h4

h5
h6

####### h7

######## h8

############### h15