Documentation
¶
Overview ¶
Package mdcoach renders Markdown files into HTML presentations with separate presentation slides and notes.
Index ¶
Constants ¶
View Source
const ( SlideCutPlacementSkipNode = iota SlideCutPlacementBeforeNode SlideCutPlacementAfterNode )
Variables ¶
View Source
var EndWalk = errors.New("iteration interrupted")
Functions ¶
Types ¶
type SlideCutPlacement ¶
type SlideCutPlacement uint
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
mdcoach
command
Package main provides command line interface to mdcoach.Iterator.
|
Package main provides command line interface to mdcoach.Iterator. |
|
Package document writes Markdown slides into a portable HTML bundle.
|
Package document writes Markdown slides into a portable HTML bundle. |
|
review
Package review presents a printable test constructed using a set of questions extracted from Markdown list items.
|
Package review presents a printable test constructed using a set of questions extracted from Markdown list items. |
|
templates
Package templates embeds HTML, Javascript, and CSS presentation components.
|
Package templates embeds HTML, Javascript, and CSS presentation components. |
|
mdextension
|
|
|
aside
Package aside provides Goldmark Markdown extension for parsing and rending <aside> blocks marked with semicolons.
|
Package aside provides Goldmark Markdown extension for parsing and rending <aside> blocks marked with semicolons. |
|
figure
Package figure renders Goldmark Markdown paragraphs with only one child, which is an image, as HTML figure tag with caption set to image title.
|
Package figure renders Goldmark Markdown paragraphs with only one child, which is an image, as HTML figure tag with caption set to image title. |
|
notesbreak
Package notesbreak provides Goldmark Markdown extension for detecting and rendering document end notes.
|
Package notesbreak provides Goldmark Markdown extension for detecting and rendering document end notes. |
|
Package parser extends default Goldmark Markdown parser with additional functionality, necessary for building slide presentations.
|
Package parser extends default Goldmark Markdown parser with additional functionality, necessary for building slide presentations. |
|
Package picture loads, modifies, and saves images.
|
Package picture loads, modifies, and saves images. |
|
Package renderer converts parsed ast.Node Markdown to HTML.
|
Package renderer converts parsed ast.Node Markdown to HTML. |
Click to show internal directories.
Click to hide internal directories.