package org.pacien.pandoc.filter.plantuml fun main(args: Array) { Filter.filter(System.`in`, System.out) }