Elektrine lite

← Feed

@whynothugo@fosstodon.org

Post #922816

2026-03-19 13:24 UTC

The README says that one of the motivations for this markdown parser was the need for a parser that "preserves source position of nodes". But the parser doesn't preserve source positions, in favour of performance? 🤪

Replies (1)

  • @alerque@mastodon.social 2026-03-19 18:50

    @whynothugo Ha! I've bumped into at least two projects with exactly that scenario — when I was comparing parsers for use in a vim plugin. Several projects started with that is the main goal then got sidetracked without achieving it.

    Open ##1385720