No matching definitions.

notebook/render-md

src/notebook/render-md.tur

render notebook documents to markdown with output blocks.

defn

render-opts-make

(render-opts-make [output_dir :cstr use_cache :int include_source :int include_output :int fail_fast :int])
defn

render-opts-output-dir

(render-opts-output-dir [opts :int])
defn

render-opts-use-cache

(render-opts-use-cache [opts :int])
defn

render-opts-include-source

(render-opts-include-source [opts :int])
defn

render-opts-include-output

(render-opts-include-output [opts :int])
defn

render-opts-fail-fast

(render-opts-fail-fast [opts :int])
defn

render-opts-set-math-mode

(render-opts-set-math-mode [opts :int mode :int])

set math rendering mode on an opts value.

defn

render-opts-set-assets-mode

(render-opts-set-assets-mode [opts :int mode :int])

set asset embedding mode (0=inline 1=sibling).

defn

default-render-opts

(default-render-opts)
defn

render-md-string

(render-md-string [nodes :int outputs :int opts :int])

render a parsed notebook and its outputs to markdown.

defn

render-md

(render-md [path :cstr opts :int])

evaluate a notebook file and write rendered markdown beside it.

Internal definitions
__rmd-build-hint
__rmd-nil-value
__rmd-list-nil?
__rmd-cons
__rmd-head
__rmd-tail
__rmd-ok
__rmd-err
__rmd-result-ok?
__rmd-result-ok-val
__rmd-cstr-eq?
__rmd-cstr-empty?
__rmd-cstr-as-int
__rmd-int-as-cstr
__rmd-cstr-free
__rmd-str-concat
__rmd-join-blocks
__rmd-int->cstr
__rmd-output-path
__rmd-ensure-parent-dir
__rmd-write-file
__rmd-close-cache
__rmd-lang-label
__rmd-render-attr-list
__rmd-render-attrs
__rmd-render-source-block
__rmd-output-fence
__rmd-render-cell-block
__rmd-render-state-make
__rmd-render-state-text
__rmd-render-state-outputs
__rmd-render-nodes
__rmd-cells-from-nodes-rev
__rmd-reverse
__rmd-cells-from-nodes
__rmd-list-length