# markdown-test ## details + blockquote ```html
summary n
content n
``` [markdown-link](#some-blockquote-id)
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 ```html
summary n content n
```
summary 1 details 1
summary 2 details 2
summary 3 details 3
summary 4 details 4
## html list problem: indent too large ### ordered list
  1. content 1
    1. content 2
      1. content 3