package quill
Interactive notebook for OCaml data science
Install
Dune Dependency
Authors
Maintainers
Sources
raven-1.0.0.alpha0.tbz
sha256=a9a8a9787f8250337187bb7b21cb317c41bfd2ecf08bcfe0ab407c7b6660764d
sha512=fe13cf257c487e41efe2967be147d80fa94bac8996d3aab2b8fd16f0bbbd108c15e0e58c025ec9bf294d4a0d220ca2ba00c3b1b42fa2143f758c5f0ee4c15782
doc/quill.markdown/Quill_markdown/index.html
Module Quill_markdown
Source
Quill document model for representing markdown structures
Inline content types
Codeblock content with optional output
Source
and block_content =
| Paragraph of inline
| Codeblock of codeblock_content
| Heading of int * inline
| Blank_line of unit
| Block_quote of block list
| Thematic_break
| List of list_type * list_spacing * block list list
| Html_block of string
| Link_reference_definition of Cmarkit.Link_definition.t Cmarkit.node
| Blocks of block list
Block content types
Constructors
Create inline content
Create block content
Source
val link_reference_definition :
?focused:bool ->
Cmarkit.Link_definition.t Cmarkit.node ->
block
Parsing and Serialization
Parse markdown to block content
Parse markdown to inline content
Document Operations
Internal
Reset ID counters (used for DOM parsing)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page