Records
  1. Implemented Features of Records
    1. A "Record" is an ordered list of key/values.
    2. The "Values" are strings. They can be understood as:
      1. html;
      2. the name of another Record;
      3. something else, for instance some computer code or a comment.
  2. "Punctuation"
    The rendering engine should work with a variety of formats:
    1. The current flat file, source-code resembling. This enables use with tools of software collaboration. (Legal source prose is like software source code.)
    2. JSON, for instance in blockchains, IPFS, etc.
    3. XML
    4. Databases - SQL and graph - for enterprise management.
    5. Google Docs - and why not have a mode that disrenders the text (makes into key=values) and then rerenders it with possible overrides.