Package Exports
- wallapatta
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wallapatta) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
#Wallapatta
Wallapatta has a syntax similar to Markdown and uses a layout inspired by handouts of Edward R. Tufte.
##Overview
Wallapatta uses indentation to specify hierarchy of content.
###Heading1
Introduction
* Point one
Description about point one
####Subtopic
Subtopic content
More subtopic content
This belongs to Heading1Indentation lets you do things like include content within lists. And it helps editing large documents because standard code folding can be used with Wallapatta. Also the hierarchy of content is important for printing - to identify where to break pages.
Another key feature of wallapatta is sidenotes. You can have notes as well as images in sidenotes.
We've changed some syntaxes of Markdown; for instance, << and >> are
used for links instead of [](), because we felt it was a little more
intuitive (resemblence with HTML tags).
Use the online editor to try Wallapatta syntax.
Wallapatta documetnation written in wallapatta is available here: http://vpj.github.io/wallapatta/introduction.html