Hacker News new | ask | show | jobs
by steveneo 4278 days ago
TextNut markup is nearly same with common markdown and you can switch between them. The existed text is also automatically converted. Actually, only 2 major differences. One is ~emphasis~ as emphasis. Another is header uses textile format, i.e., h1. h2. ... format.
1 comments

"Nearly the same" means translation is required.

Also, the point of Markdown is to look formatted as plaintext. The atx headers or == headers accomplish that. I like textile, but its headers don't accomplish the same goal.