File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -750,14 +750,10 @@ The key of configurations of `mdgen` is as shown below:
750
750
## Roadmap
751
751
752
752
753
- - [ ] Use Command in Json Like the Terminal Its Result Auto Stores in Json as Text
754
- - [ ] Input a Folder or List of Blueprint Md Files Output to New Files with Relative Files with Name Setup in Customized Formatter
755
- - [ ] Nested Load Files in Blueprint
756
- - [ ] Syntax for Formatter and in Json
757
- - [ ] Escape Prefix and Suffix
758
- - [ ] Format Property of Formatter Could Accept Formatter Obj So the Format Could Be More Flexible
759
- - [ ] Pipe Cmd Process the Output Text with Sub Cell Process Syntax and Sign
760
- - [ ] If a Comment of Ref Code Starts with Its Value Appears in the TOC
753
+ - [ ] Nested load files in ` blueprint.md `
754
+ - [ ] Escape prefix and suffix
755
+ - [ ] ` format ` property of formatter could accept formatter obj, so the format could be even more flexible
756
+ - [ ] Pipe-cmd: process the output text with sub-cell-process syntax and sign ` :: `
761
757
762
758
See the [ open issues] ( https://github.com/renhong-zhang/enhanced-markdown-generator/issues ) for a full list of proposed features (and known issues).
763
759
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ JSON: config data: "config_data.json"
6
6
JSON: package: "package.json" -->
7
7
8
8
9
- <p align =" center " ><a href =" #table-of-contents " ><img align =" center " width =" 100% " height = " 5px " src =" assets/example_line.svg " /></a ></p >
9
+ <p align =" center " ><a href =" #table-of-contents " ><img align =" center " width =" 100% " src =" assets/example_line.svg " /></a ></p >
10
10
11
11
<details open >
12
12
<summary><big><b>Table of Contents</big></b></summary>
You can’t perform that action at this time.
0 commit comments