Aussom Logo Aussom
  • Products
  • Aussom Base Aussom Base
  • Aussom CLI Aussom CLI
  • Aussom-Script Aussom-Script
  • Aussom Server Aussom Server
  • News
  • Docs
  • Download
  • Playground
DocsAussom Servermarkdown.aus

Basics

  • Language Overview
  • Variables
  • Data Types
  • Functions
  • Control Flow
  • Operators
  • Classes
  • Exception Handling
  • Modules
  • Extern Classes
  • Standard Library
  • Style Guide
  • Annotations Guide

Guides

  • Aussom Server Usage
  • Docker Image Usage
  • OpenAPI Annotations Usage
  • Websocket Usage
  • Firebase Usage

API Reference

  • aussom-server.aus
  • aussomserver.aus
  • file.aus
  • firebase.aus
  • http.aus
  • jdbc.aus
  • lucene.aus
  • markdown.aus
  • sendgrid.aus
  • ssh.aus
  • xml.aus
  • yaml.aus
Menu

Basics

  • Language Overview
  • Variables
  • Data Types
  • Functions
  • Control Flow
  • Operators
  • Classes
  • Exception Handling
  • Modules
  • Extern Classes
  • Standard Library
  • Style Guide
  • Annotations Guide

Guides

  • Aussom Server Usage
  • Docker Image Usage
  • OpenAPI Annotations Usage
  • Websocket Usage
  • Firebase Usage

API Reference

  • aussom-server.aus
  • aussomserver.aus
  • file.aus
  • firebase.aus
  • http.aus
  • jdbc.aus
  • lucene.aus
  • markdown.aus
  • sendgrid.aus
  • ssh.aus
  • xml.aus
  • yaml.aus

class: markdown

[23:21] static (extern: com.lehman.aussomserver.connectors.AussomMarkdown) extends: object

Aussom markdown is a static class with functions for converting markdown files to HTML.

Methods

  • toHtml (string markdownStr)

    Writes a text file with to the provided file name with the provided data.

    • @p markdownStr is a string with the markdown source to convert to HTML.
    • @r A string with the converted HTML text.
Aussom

Aussom

Write once. Embed everywhere.

Language

  • Quick Start
  • Language Guide
  • API Reference

Tools

  • Aussom-Script
  • Aussom Server
  • Playground
  • Download

Community

  • GitLab
  • Issues
  • Changelog

Copyright 2026 Austin Lehman. All rights reserved.