I wrote a comment like this:
/** Blah blah blah.
*
* {{{
* class MyAppServlet extends ControllerServlet {
* routes.publishWithReflection("/main", MainController)
* routes.publishWithReflection("/foo", FooController)
* }
* }}}
*
* Blah blah blah
*/
I want the code to indent, but here's what the generated HTML looks like:
Is this a bug, or ... ? I'm using Scala 2.11.0.