Hacker News new | ask | show | jobs
by capableweb 1780 days ago
That's why Calculist is not actually plain text. Markdown is not plain text!

> Markdown is a lightweight markup language for creating formatted text

> Markdown, the simple and easy-to-use markup language

> Markdown's syntax is intended for one purpose: to be used as a format for writing for the web

It's formatted text or also called rich text.

1 comments

It can be compiled to HTML and when viewed in a suitable viewer could be considered rich text, but markdown files are plaintext. Code sourcefiles are also plaintext. However, I think there should be another term (clean text?) that refers to text abscent of symbols which represent the markup. It would aid in conversation. For instance you might want to parse an HTML formatted document and be left with just the words and certain punctuation, or clean text (or something).
If code source files are plain text, I'm a bacteria.