# 1-1


# 杂物堆

## text-autospace

https://developer.mozilla.org/zh-CN/docs/Web/CSS/Reference/Properties/text-autospace

```js
function detectTextAutospaceSimple() {
    const elem = document.createElement('div');
    elem.style.textAutospace = 'normal';
    return elem.style.textAutospace === 'normal';
}
detectTextAutospaceSimple()
```

```css
:root {
  text-autospace: normal;
}
```

## markdeep goat

https://gohugo.io/functions/diagrams/goat/

https://casual-effects.com/markdeep/

```goat
.---.     .-.       .-.       .-.     .---.
| A +--->| 1 |<--->| 2 |<--->| 3 |<---+ B |
'---'     '-'       '+'       '+'     '---'        
```

## mermaid

```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 <br/>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