1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: CC-BY-SA-3.0
15 # Render a page's textile and return the resulting html
16 def render_textile page, content
18 RedCloth.new(content ? content : self.body).to_html