-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Just an idea for an alternative Markdown output format
(something that can be wrapped in a code fence
```bash
..
```
)
.
├── example_folder\
│ ├── first_subfolder\ # a documented folder
│ │ ├── sub-sub1\
│ │ │ └── file3.sh # this is file 3
│ │ ├── sub-sub2\
│ │ │ └── file4.cpp # this is file 4
│ │ └── random_file.rdm # a documented file
│ ├── second_subfolder\ # a documented folder with no documented files
│ ├── a_text_file.txt # a text file
│ ├── my_javascript.js # this is file 1
│ └── test.py # a python script
└── README.md # The main readmeor even (better)
.
├── example_folder\
│ ├── first_subfolder\ # a documented folder
│ │ ├── sub-sub1\
│ │ │ └── file3.sh # this is file 3
│ │ ├── sub-sub2\
│ │ │ └── file4.cpp # this is file 4
│ │ └── random_file.rdm # a documented file
│ ├── second_subfolder\ # a documented folder with no documented files
│ ├── a_text_file.txt # a text file
│ ├── my_javascript.js # this is file 1
│ └── test.py # a python script
└── README.md # The main readmeReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels