Skip to content

v1.0.0-beta1 Podlite markup language specification

Compare
Choose a tag to compare
@zag zag released this 04 Feb 11:45
· 890 commits to main since this release
22fd336

Podlite

Podlite is a lightweight block-based markup language designed for flexibility and ease of use.

📖 Project site: podlite.org
📌 Github: github.com/podlite 🙏🤩

🖥️ Online editor: pod6.in
🖥️ Desktop version: github.com/podlite/podlite-desktop
📚 Podlite for web - static site generator: github.com/podlite/podlite-web

v1.0.0-beta1 Podlite markup language specification

New:

  • add :id:caption:lang attributes,

  • task lists, =item and :checked attribute,

  • intro Selectors,

  • table of contents, =toc,

  • include block, =include,

  • inserting pictures, =pictureP<>,

  • mathematical formulas, =formulaF<>,

  • Markdown support, =markdown

  • mistake marking, O<>,

  • text positioning, J<>H<>,

  • Emoji, E<>,

  • contextual backlinks, W<>

  • advanced table format, =row,=cell blocks, :header:rowspan:colspan attributes,

Deprecated/removed:

  • :margin attribute,

  • =encoding directive,

  • P<toc:> due to =toc block,

  • P<man:>P<doc:> due to =include block,

  • P<> - placement links,

  • Declarator block,

  • :formatted attribute,

  • :like attribute