Which Android reader app support markdown files?
I want to read something in txt format in Android. But I need toc. For toc is often can not be accurately identified, and as I'm familiar with regex, it's not hard for me to change txt into markdown. But often, Android reader app supports txt do not support markdown, so I want to know if some app supports reading markdown in Android, which need to identify markdwon toc accurately.
I know it's easy to change markdown into epub using pandoc or calibre, but they always adding something I do not need. For example, css file, id, class, cover. I just want to read pure txt with toc. So I think an app which can read markdown may be the best choice。
|