bug: Lexer ignores newlines after headings #1

Open
opened 2026-08-07 23:08:38 -05:00 by arduinohatesme · 0 comments

e.g.

# Heading

text

parses as:

[
  "#",
  "Heading\n\ntext",
]

instead of:

[
  "#",
  "Heading",
  "\ntext",
]
e.g. \# Heading text parses as: ``` [ "#", "Heading\n\ntext", ] ``` instead of: ``` [ "#", "Heading", "\ntext", ] ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
arduinohatesme/htmdt#1
No description provided.