Help¶
Tips about writing in mkdocs.
Tabs¶
This need pymdownx.tabbed
=== "bash"
```
echo hi
```
=== "python"
```
print('hi')
```
echo hi
print('hi')
Hightlight¶
This need pymdownx.mark
This is a ==highlight==.
Hightlight code changes¶
This need pymdownx.critic
location = @gcsfiles {
location @gcsfiles {
Highlight Code¶
This need pymdownx.superfences
```yaml hl_lines="9 10 11 17"
kind: Service
apiVersion: v1
metadata:
name: dnsmasq
spec:
selector:
name: dnsmasq
type: LoadBalancer
externalIPs:
- a.a.a.a
- a.a.a.b
ports:
- name: dnsmasq-udp
port: 53
protocol: UDP
targetPort: dnsmasq-udp
# loadBalancerIP: a.a.a.a
```
kind: Service
apiVersion: v1
metadata:
name: dnsmasq
spec:
selector:
name: dnsmasq
type: LoadBalancer
externalIPs:
- a.a.a.a
- a.a.a.b
ports:
- name: dnsmasq-udp
port: 53
protocol: UDP
targetPort: dnsmasq-udp
# loadBalancerIP: a.a.a.a
Escape ``` in markdown¶
Wrap it by one more `
````
```yaml
kind: Service
apiVersion: v1
metadata:
name: dnsmasq
```
````
```yaml
kind: Service
apiVersion: v1
metadata:
name: dnsmasq
```
Link(reference) to internal documents¶
[Writing in Visual Studio Code](snippets/visual-studio.md)
[Mac Setup](mac-setup.md)
[Help](../help.md)
Table¶
name | num | string |
---|---|---|
ram | 1 | hi |
mus | 12 | hh |
xu | 9 | jjj |