I really like the idea of [sbt-example](https://github.com/ThoughtWorksInc/feature.scala/blob/594be4937f578c873e3dccdd601c7eaeeb244402/Factory/src/main/scala/com/thoughtworks/feature/Factory.scala#L17), but also aside that it would be nice to have some (minimal) highlighting for code in comments. ```scala /** * Usage: * {{{ * def x: String = toString(2) * }}} */ def toString... ``` Do you think that would be useful to have?