This Laravel 4 (beta) application will take any semantically-formatted markdown document and output it in TwiML, which allows it to be navigated as an IVR.
- PHP 5.3.2 or greater
- PHP DOM extensions
- Composer
- Laravel 4 (beta)
Narrator expects to receive a document in Daring Fireball's markdown syntax. This software will not validate the document; and malformed documents may cause a user to be disconnected from the system.
In addition to the required syntax, the document must be semantically-formatted. Specifically, Narrator expects to encounter one heading at level one and it will be assumed to be the title for the document.
# Document Title
Any and all additional subheadings must be at level two or greater.
## Sub Heading