/keep-it-txt

Tip 25 - Keep Knowledge In Plain Text

MIT LicenseMIT

keep-it-txt Awesome

Tip 25 - Keep Knowledge In Plain Text

~The Pragmatic Programmer: Your Journey To Mastery, 20th Anniversary Edition (2nd Edition)

The Three Laws influenced by "CriticMarkup-toolkit":

           ^
          / \
    human readability
        /     \	
  markdown compatibility
      /         \
   machine readability
     -------------

(importance rises upward, with each level dependent on the ones below it as a precondition.)

  1. Markup shall be human readable. A human with a simple text editor can easily read and comprehend any text containing Markup.
  2. Markup shall be compatible with existing markup syntax for Markdown and other Markup extensions.
  3. Markup shall be computer readable.