Neopolitan - Basic Content Types

January 2024

Neopolitan is ultimately about storing content. The section types and attributes are used for classification and metadata. The content itself is stored inside them.

There are a few different formats to accommodate different types of content.

  • Basic
  • List
  • Checklist
  • Preformatted/HTML
  • JSON
  • YAML

Content Type Details

Basic Type

Used for basic blocks of data (e.g. paragraphs). Here's an example of an aside seciton using the basic content type and an output implementation

-- aside

alfa bravo charlie

delta echo foxtrot
<aside>
  <p>alfa bravo charlie</p>
  <p>delta echo foxtrot</p>
</aside>

Previous: Section And Attribute Tokens

~

Next: Link And Checklist Content

end of line