What Wiki syntax does JAMWiki use?
By default JAMWiki implements the same syntax as Mediawiki, the software that runs sites like Wikipedia and WikiTravel. Note that while the vast majority of the Mediawiki syntax set is currently supported, a handful of tags are not yet implemented – see the Roadmap for details. In addition, developers interested in adding support for an alternate parsing syntax can easily implement their own parser by creating a class that extends the AbstractParser class.