-
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
needs: 1) feature complete structured writing, automatic list item numbering 2) unambiguous syntax 3) round-tripping between markup and markdown
numbering # for list ordering
portioning % for text sectioning, paragraphs
bulletting * for unordered listing
~~
raw notes:
~~
bug: ordered list syntax uses ambiguous, cumbersome, hardcoded symbols
https://spec.commonmark.org/0.28/#ordered-list-marker
https://en.wikipedia.org/wiki/Hard_coding (antipattern)
using unique, hardcoded characters for each list item, and then an ambiguous ending character is breaking my content. I'd like to change this syntax to a single character syntax.
the number sign, #
, would make the most sense to me, since we're numbering things. this would make for an easy fix with nesting ordered lists, because then we could use multiple markers for list depth.
related: # [ ]
~~
bug: heading syntax uses a number symbol, instead of a portion symbol
https://spec.commonmark.org/0.28/#atx-heading
https://en.wikipedia.org/wiki/Number_sign
this bug also breaks numbering things. see []#
percentage is a portion calculated in terms of the rest of the portions, but it's the closest general character I can find to indicate a portion
the only other one I can think of is +
a plus sign, but that's part of the problem I'm trying to solve. I would like to better organize content across documents for a combinatorial value whose mechanisms work differently than simple addition.
~~
- percent sign - how to insert % symbol in a statement without intending comment? - TeX - LaTeX Stack Exchange
- syntax - Comments in Markdown - Stack Overflow
- Issues · kivikakk/comrak
- Daring Fireball: Markdown Syntax Documentation
- CommonMark
- commonmark/CommonMark: CommonMark spec, with reference implementations in C and JavaScript
- New Issue · commonmark/CommonMark
- Description List · Issue #559 · commonmark/CommonMark
- Description Lists · Issue #554 · commonmark/CommonMark
- Description List - Extensions - CommonMark Discussion
- nested ordered lists indented with 2 spaces are broken · Issue #399 · commonmark/CommonMark
- CommonMark Spec
- Hard coding - Wikipedia
- Number sign - Wikipedia
- Percent sign - Wikipedia
- Percentage - Wikipedia
- portion symbol - Google Search
- part symbol - Google Search
- Table of mathematical symbols by introduction date - Wikipedia
- Proportionality (mathematics) - Wikipedia
- ratio symbol - Google Search
- portion - Wiktionary
- "symbol for a portion" - Google Search
~~
- Search results for 'ordered' - CommonMark Discussion
- Ordered vs Unordered List - Spec - CommonMark Discussion
- Descending Ordered Lists - Extensions - CommonMark Discussion
- Ordered sublists must start with 1. or they don't embed? - Spec - CommonMark Discussion
- Alternative (1) ordered list syntax - Spec - CommonMark Discussion
- Nested ordered lists indented with 2 spaces are broken - Spec - CommonMark Discussion
- Letter-ordered lists - Extensions - CommonMark Discussion
- Unclear spec regarding nested ordered lists with start numbers - Spec - CommonMark Discussion
- Indentation requirement of sub lists inside ordered list items - Spec - CommonMark Discussion
- Maintaining sanity in lists with different kinds of spacing - Spec - CommonMark Discussion
- Inline lists: a) bananas b) apples c) oranges - Extensions - CommonMark Discussion
- Description List - Extensions - CommonMark Discussion
- What changed in CommonMark? - Spec - CommonMark Discussion
~~
- strict markdown - Google Search
- Is there a strict-markdown grammar description unambiguously? - Google Groups
- mmark-md/mmark: Strict markdown processor for writers
- Standard Markdown is now Common Markdown
- commonmark spec forks - Google Search
- A formal spec for GitHub Flavored Markdown | GitHub Engineering
- GitHub Flavored Markdown Spec
- github/cmark-gfm: GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C
- commonmark/CommonMark: CommonMark spec, with reference implementations in C and JavaScript
- "hypertext markdown" - Google Search
- Structured Writing: Rhetoric and Process « XML Press