Back

1-1

Without further ado

杂物堆

text-autospace

https://developer.mozilla.org/zh-CN/docs/Web/CSS/Reference/Properties/text-autospace

function detectTextAutospaceSimple() {
    const elem = document.createElement('div');
    elem.style.textAutospace = 'normal';
    return elem.style.textAutospace === 'normal';
}
detectTextAutospaceSimple()
js
:root {
  text-autospace: normal;
}
css

markdeep goat

https://gohugo.io/functions/diagrams/goat/

https://casual-effects.com/markdeep/

A123B

mermaid

sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts 
prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!
sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts 
prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!

2

2.1

2.1.1

2.1.1.1

3

3.1

some

Docs