Skip to content

Syntax and API fine tuning

Pre-release
Pre-release
Compare
Choose a tag to compare
@henry-luo henry-luo released this 12 Dec 12:02
· 14 commits to master since this release
  1. Changed .length() to .length, so that Mark object is now array-like, thus functional libraries that work with array-like data can also work with Mark object without change.
  2. Added Mark.lengthOf() to get content length of a Mark object. This is useful when the .length property is defined on the Mark object.
  3. Introduced double ?? escape to Mark pragma.
  4. Mark stringify() now omits comma.