#{extends 'main.html' /} #{set title:'Play Markdown demo' /} #{stylesheet 'markdown.css' /} Markdown module for play ${ "**HELLO** _WORLD_ ! this is a markdown string".markdown().raw() } Markdown Reference A sample md document Another sample md

If you feel too lazy to click any link, below is a small example, using file reader custom java extension.

${'./brief.md'.markdown().raw() }