Author | SHA1 | Message | Date |
---|---|---|---|
|
dddc9f585b |
Prioritize "readme.md" (#5691)
* prioritize readme.md * Improve IsReadmeFile * Add more tests |
6 years ago |
|
746c3b2c4e |
Add init support of orgmode document type on file view and readme (#2525)
* add init support of orgmode document type on file view and readme * fix imports * fix imports and readmeExist * fix imports order * fix format * remove unnecessary convert |
7 years ago |
|
bd18b7684e |
Restructure markup & markdown to prepare for multiple markup language… (#2411)
* restructure markup & markdown to prepare for multiple markup languages support * adjust some functions between markdown and markup * fix tests * improve the comments |
7 years ago |
|
f8d72cff0b |
markup: microoptimise for many short filenames in directory (#1534)
* markup: microoptimise for many short filenames in directory Move strings.ToLower() after the early-return length check. This is a safe operation in all cases and should slightly improve directory listing performance when a directory contains many thousands of files with short filenames. * markup: expand test cases for IsReadmeFile() |
8 years ago |
|
419548e9b4 | Add markup package to prepare for org markup format (#1493) | 8 years ago |