editor should support document structure for pandoc specific Markdown requirements

Open
#10 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
markdown

Research direction

Start with the Pandoc manual section on blank_before_header and inspect how the editor handles headings across files organized by _quarto.yml. Done means the editor detects a heading that would concatenate with the preceding text and presents a useful warning or notice.

Written by the indexing model from the issue text.

Description

future vscode

I stumble now and then over Pandoc specific Markdown requirements (#3208) refering to https://pandoc.org/MANUAL.html#extension-blank_before_header and wonder whether these could be integrated in the editor.

For example, I templated my document structure with headings and chapters in different files organized into _quarto.yml and in my appendix.qmd I had:

# Appendix
## Appendix 1

which leads to # Appendix## Appendix 1 as text.
Doing:

# Appendix

## Appendix 1

works...

A warning or notice from the editor would be really helpful...

Dominant language
TypeScript
Stars
645
Forks
62
Avg merge
17h 42m
Merged PRs (30d)
13

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from quarto-dev/quarto

All issues in quarto-dev/quarto

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.