We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a8bdc4 + 7569ebb commit f7da250Copy full SHA for f7da250
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
sample/test.ipynb
@@ -59,6 +59,7 @@
59
"\n",
60
"app = MultiNdconverter(filenames=file_list)\n",
61
"app.css_filename = \"../css/styles.css\"\n",
62
+ "app.post_fix = \"-(CHECK)\" # option\n",
63
"app.run()"
64
]
65
}
0 commit comments