@short_title Quick start
@children_order primitives combinators repetition convenience errors diagnostics zero-copy streaming binary utf8 guides/ parseff/ src/
---
short_title: "Quick start"
children_order: ["primitives", "combinators", "repetition", "convenience", "errors", "diagnostics", "zero-copy", "streaming", "binary", "utf8", "guides/", "parseff/", "src/"]
---
# Article Content Begins Here
Something worth pointing out is that "children_order" won't be used in the markdown case, and the list is viable fields is limited, wonder if this is by design and there's a solid reason behind.
I think it can be beneficial for the markdown backend to support line tags (https://ocaml.github.io/odoc/odoc/odoc_for_authors.html#line-tags), and it currently fits the design of frontmatter data. I wonder whether we should make it a setting or set it as the default. What would you say?
From jonludlam/parseff@7d0cd4e#diff-346adc8f62cbd27737f177027dba7b4a9bb7d64d9c48f6738624a88281949e36R1-R2
Something worth pointing out is that "children_order" won't be used in the markdown case, and the list is viable fields is limited, wonder if this is by design and there's a solid reason behind.