expressive-code

 

2024-08-29

Astro 代码增强。

安装

iTerm
1
npx astro add astro-expressive-code

使用

文件名

在语言标示后面添加名称:==```python title=“hello.py”==,如果语言选择的是 sh,还会显示成终端形式。

另一种方式是直接从注释中获取当前标题:

1
"""
2
test.py
3
"""
4
print("test")

行号

需要安装:

iTerm
1
npm i @expressive-code/plugin-line-numbers

主题

参考