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/ ↗
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!