def render(content):
    from wakawaka.creole import MbedParser

    parser = MbedParser()
    return parser.parse(content)
