Skip to content

Commit f7da250

Browse files
Merge pull request #13 from sooyoung-wind/soo-test
fix: fix test.ipynb
2 parents 8a8bdc4 + 7569ebb commit f7da250

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ from markdown_generator.mdconverter_class import MultiNdconverter
1212
file_list = ['04-Model\\06-GoogleGenerativeAI.ipynb'] # 리스트 형식으로 파일 경로
1313
app = MultiNdconverter(filenames=file_list)
1414
app.css_filename = "../css/styles.css" # css 파일 설정
15-
app.post_fix = "-(CEHCK)" # option
15+
app.post_fix = "-(CHECK)" # option
1616
app.run()
1717
```
1818

sample/test.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"\n",
6060
"app = MultiNdconverter(filenames=file_list)\n",
6161
"app.css_filename = \"../css/styles.css\"\n",
62+
"app.post_fix = \"-(CHECK)\" # option\n",
6263
"app.run()"
6364
]
6465
}

0 commit comments

Comments
 (0)