in src/main/scala/com/adamnfish/eek/Printer.scala [66:77]
def emphasised(str: String): String
/** Content distinct from normal text without being emphasised.
*/
def informative(str: String): String
/** Markdown is not whitespace sensitive, so we'll need to be explicit about
* indentation there.
*/
def indent: String
}
object ConsoleFormatter extends Formatter {