SpeechMarkdown v0.1.1 SpeechMarkdown.Transpiler

The Speech Markdown transpiler converts the markdown text to the Speech Synthesis Markup Language (SSML) format. The results are returned as an SSML string.

Link to this section Summary

Functions

convert a markdown string or ast to ssml text

convert a markdown string or ast to ssml text

Link to this section Functions

Link to this function

transpile(text)

transpile(text :: String.t() | keyword()) :: {:ok, String.t()}

convert a markdown string or ast to ssml text

Link to this function

transpile!(text)

transpile!(text :: String.t() | keyword()) :: String.t()

convert a markdown string or ast to ssml text