WRITE ONCE, READ ANYWHERE
Dumbdown is a formatting style designed to work without a renderer requirement. Write it in a code block, plain text file, or anywhere - it's intereadable (interpretable-readable).
Why should text required a rendering layer? Markdown, HTML, .doc, .pdf all need middleware to make it look as intended. Dumbdown? Just read/write it. No parser, no preview - you get what you see.
Code blocks, text files, comments, docs. If you can type text, you can write dumbdown. Everyone can read it.
Simple syntax. Use (almost?) anywhere. No edge cases, conflicting styles or remembering when to escape characters.
No libraries. No build steps. No converters needed to read it. Open a file and understand it instantly.
Nothing complicated (unlike everything else)
Start and end documents with +++
Two levels: // for main titles, /// for subtitles.
Dashes for bullets, numbers for ordered. Double dash for nesting.
Unordered:
Ordered:
Just use ALL CAPS. No asterisks, no underscores. Join the fight against emphasising EVERYTHING.
Backticks for inline, triple backticks for blocks.
Add context with [LABELS] or draw attention with !! and >>.
Natural quote marks. Works across multiple lines.
Paste your markdown below and see it transformed into clean, readable dumbdown.