srid/pandoc-link-context

Include sublist in link context

Open

#1 opened on Apr 10, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Nix (0 forks)github user discovery
good first issue

Repository metrics

Stars
 (8 stars)
PR merge metrics
 (PR metrics pending)

Description

In the following Markdown,

- First item
- Second item links to [[Some Page]]
  - Sub item 1
  - Sub item 2
- Third item

... the link context for [[Some Page]] currently includes only Second item links to [[Some Page]] - but it should include the sublist underneath it as well.

Contributor guide