Skip to content

Ideas for alternative Markdown output format #8

@NikosAlexandris

Description

@NikosAlexandris

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 readme

or 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 readme

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions