We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8bdc4 commit 7483bdaCopy full SHA for 7483bda
README.md
@@ -12,7 +12,7 @@ from markdown_generator.mdconverter_class import MultiNdconverter
12
file_list = ['04-Model\\06-GoogleGenerativeAI.ipynb'] # 리스트 형식으로 파일 경로
13
app = MultiNdconverter(filenames=file_list)
14
app.css_filename = "../css/styles.css" # css 파일 설정
15
-app.post_fix = "-(CEHCK)" # option
+app.post_fix = "-(CHECK)" # option
16
app.run()
17
```
18
0 commit comments