c4dslbuilder
Version:
A CLI tool designed to compile a folder structure of markdowns and mermaid files into a site, pdf, single file markdown or a collection of markdowns with links - inspired by c4builder
24 lines (19 loc) • 418 B
Markdown
# Description
The mermaid `gitGraph` below is included to show how inline mermaid files in nested sub-folders are handled.
```mermaid
gitGraph:
commit "Ashish"
branch newbranch
checkout newbranch
commit id:"1111"
commit tag:"test"
checkout main
commit type: HIGHLIGHT
commit
merge newbranch
commit
branch b2
commit
```
## Linked files
[linked text file](linked.txt)