Microdown
Microdown copied to clipboard
Should have a better filter amongst top level md files
May be we can follow the policy that we remove Readme, ReadMe...md files and that if there an index.pillar we pick it rapidly.
Just want to understand this one better.
- Is this related to document browser, or is this something specific for pillar?
- What you suggest is that if one refer to a directory then try
index.md
The latter should be possible - it is just not straight forward.
- For files, we can can check if the path is a directory, and look for index.md
- For https, if the path does not have an extension, we can try to look for
path/index.md. We cannot directly test if a http(s) path is a directory or not.
Not really I think that this is related to pillar.
May be I was confused of repo