We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bc94a commit f402c30Copy full SHA for f402c30
src/main/java/md/mdToc.java
@@ -4,7 +4,7 @@
4
5
public class mdToc {
6
public static void main(String[] args) {
7
- String path = "D:\\javaTutorial\\docs\\distrubuted\\practice\\";
+ String path = "D:\\javaTutorial\\docs\\";
8
AtxMarkdownToc.newInstance().genTocDir(path);
9
}
10
0 commit comments