package quill
Interactive notebook for OCaml data science
Install
dune-project
Dependency
Authors
Maintainers
Sources
raven-1.0.0.alpha1.tbz
sha256=8e277ed56615d388bc69c4333e43d1acd112b5f2d5d352e2453aef223ff59867
sha512=369eda6df6b84b08f92c8957954d107058fb8d3d8374082e074b56f3a139351b3ae6e3a99f2d4a4a2930dd950fd609593467e502368a13ad6217b571382da28c
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