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