No matching definitions.

notebook/render-html

src/notebook/render-html.tur

render notebook documents to standalone HTML.

defn

render-html-string-at

(render-html-string-at [nodes :int outputs :int opts :int html_path :cstr])

render a parsed notebook to HTML as if writing html_path.

defn

render-html-string

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

render a parsed notebook and its outputs to standalone HTML.

defn

render-html

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

evaluate a notebook file and write rendered HTML beside it.

Internal definitions
__rhtml-build-hint
__rhtml-nil-value
__rhtml-list-nil?
__rhtml-cons
__rhtml-head
__rhtml-tail
__rhtml-ok
__rhtml-err
__rhtml-result-ok?
__rhtml-result-ok-val
__rhtml-cstr-as-int
__rhtml-int-as-cstr
__rhtml-cstr-empty?
__rhtml-cstr-eq?
__rhtml-str-concat
__rhtml-join-blocks
__rhtml-output-path
__rhtml-style-path
__rhtml-ensure-parent-dir
__rhtml-write-file
__rhtml-close-cache
__rhtml-render-opts-output-dir
__rhtml-render-opts-use-cache
__rhtml-render-opts-include-source
__rhtml-render-opts-include-output
__rhtml-render-opts-fail-fast
__rhtml-render-opts-math-mode
__rhtml-render-opts-assets-mode
__rhtml-lang-label
__rhtml-status-label
__rhtml-cell-class
__rhtml-html-escape
__rhtml-page-title
__rhtml-style-css
__rhtml-toggle-script
__rhtml-render-source-pre
__rhtml-output-skipped?
__rhtml-output-meta
__rhtml-output-body
__rhtml-render-output-pre
__rhtml-render-math-body
__rhtml-render-math-output
__rhtml-int->cstr
__rhtml-copy-file
__rhtml-png-data-url
__rhtml-image-rel-name
__rhtml-dir-join
__rhtml-output-dir
__rhtml-render-image-block
__rhtml-cell-shows-source?
__rhtml-cell-shows-output?
__rhtml-render-cell-content
__rhtml-render-single-cell
__rhtml-should-toggle-pair?
__rhtml-toggle-button
__rhtml-toggle-panel
__rhtml-render-toggle-pair
__rhtml-render-state-make
__rhtml-render-state-text
__rhtml-render-state-outputs
__rhtml-render-body
__rhtml-cells-from-nodes-rev
__rhtml-reverse
__rhtml-cells-from-nodes
__rhtml-list-length
__rhtml-cells-has-math-attr?
__rhtml-find-katex-vendor-dir
__rhtml-read-vendor-file
__rhtml-katex-css-rewrite
__rhtml-body-has-math?
__rhtml-katex-copy-fonts
__rhtml-katex-write-sibling
__rhtml-katex-inject
__rhtml-document