Plain text files don't have Markdown semantics, so on import, characters that would otherwise be read as Markdown (*, _, #, backticks, and so on) are automatically escaped. This means a .txt file full of plain prose renders exactly as written, instead of accidentally becoming bold, italic, or a heading. Structure tags are still recognized as split points in a .txt file even though everything else is escaped.