镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 06:26:47 +00:00
support diagram plotting via mermaid !
这个提交包含在:
@@ -14,10 +14,24 @@ for filename in os.listdir(directory):
|
||||
```
|
||||
|
||||
Replace 'Tex/' with the actual directory path where your files are located before running the script.
|
||||
|
||||
|
||||
"""
|
||||
|
||||
|
||||
md = """
|
||||
Following code including wrapper
|
||||
|
||||
```mermaid
|
||||
graph TD
|
||||
A[Enter Chart Definition] --> B(Preview)
|
||||
B --> C{decide}
|
||||
C --> D[Keep]
|
||||
C --> E[Edit Definition]
|
||||
E --> B
|
||||
D --> F[Save Image and Code]
|
||||
F --> B
|
||||
```
|
||||
|
||||
"""
|
||||
def validate_path():
|
||||
import os, sys
|
||||
|
||||
|
||||
在新工单中引用
屏蔽一个用户