Click or drag to resize
AMDL Design Principles
1. AMDL is Markdown.

If it produces unexpected results when rendered on GitHub, it's broken, but not the other way around.

2. Don't reinvent the wheel.

If it works for Pandoc, it'd probably be good enough for AMDL, except where such syntax would conflict with Principle 1.

3. Avoid HTML wherever possible.

AMDL must protect its users from the perils of markup, as long as such protection does not conflict with Principle 1 or Principle 2.

See Also