Podlite is a lightweight block-based markup language designed for flexibility and ease of use.
specification | publishing system | desktop viewer/editor | online resurces |
For reading:
Introducing Podlite article: podlite.org/a5V_1
Blog Article about this release : podlite.org/a5Wb1
v1.0 Podlite markup language specification
New:
-
Notification blocks,
:notifyattribute for=nestedblocks, -
:foldedattribute, -
:folded-levelsfor=tocblock, -
Refactor Named custom blocks and markup custom codes,
M<>, -
embedding binary data into documents,
=data,:filename,:encoding, -
:mime-typeattribute for=includeand=datablocks, -
introduce
data:schema for use in=pictureand=table, -
render tables from CSV files,
=table, -
new markdown mode for parser,
-
M<>- extends inline markup features, -
add
:id,:caption,:langattributes, -
task lists,
=itemand:checkedattribute, -
intro Selectors,
-
table of contents,
=toc, -
include block,
=include, -
inserting pictures,
=picture,P<>, -
mathematical formulas,
=formula,F<>, -
Markdown support,
=markdown, -
mistake marking,
O<>, -
text positioning,
J<>,H<>, -
Emoji,
E<>, -
contextual backlinks,
W<>, -
advanced table format,
=row,=cellblocks,:header,:rowspan,:colspanattributes.
Deprecated/removed:
-
Contextual aliases,
-
=finish, -
markers in comments,
-
:marginattribute, -
=encodingdirective, -
P<toc:>due to=tocblock, -
P<man:>,P<doc:>due to=includeblock, -
P<>- placement links, -
Declarator block,
-
:formattedattribute, -
:likeattribute.
What's Changed
Full Changelog: v1.0-beta3...v1.0
