README

kokic/notiz/backend does not have a README file

#
KatexTarget

pub(all) enum KatexTarget {
Unicode
Mathml
}

#
LineStyle

pub(all) enum LineStyle {
Ascii
Unicode
} derive(Eq)

Line style for drawn table borders.

#
LineStyle::equal

fn LineStyle::equal(LineStyle, LineStyle) -> Bool
automatically derived

#
LineStyle::not_equal

fn LineStyle::not_equal(x : LineStyle, y : LineStyle) -> Bool

#
Paper

pub(all) enum Paper {
A4
Presentation43
Presentation169
} derive(Eq,
Debug
)

#
Paper::equal

fn Paper::equal(Paper, Paper) -> Bool

#
Paper::from_string

fn Paper::from_string(name : String) -> Result[Paper, String]

#
Paper::not_equal

fn Paper::not_equal(x : Paper, y : Paper) -> Bool

#
Paper::to_repr

#
render_document

fn render_document(blocks : Array[
Block
], target~ : KatexTarget, disable_math? : Bool, halfwidth_punct? : Bool) -> String

#
render_document_page

fn render_document_page(blocks : Array[
Block
], paper~ : Paper, target~ : KatexTarget, disable_math? : Bool, halfwidth_punct? : Bool) -> String

#
render_page

fn render_page(content : String, paper~ : Paper) -> String

#
render_pre

fn render_pre(text : String) -> String

#
render_terminal_document

fn render_terminal_document(blocks : Array[
Block
], line_style? : LineStyle, ansi? : Bool, disable_math? : Bool, halfwidth_punct? : Bool) -> String

#
render_terminal_events

fn render_terminal_events(events : Array[
Event
], line_style? : LineStyle, ansi? : Bool, disable_math? : Bool, halfwidth_punct? : Bool) -> String

Renders a cmark event stream as terminal text.

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io