markdown2 :: MdImage :: alt_text
private fun alt_text: String do var v = new RawTextVisitor return v.render(self) end