jgm/pandoc

--metadata-file with non-markdown contents?

Open

#5 914 ouverte le 18 nov. 2019

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)Haskell (3 850 forks)batch import
CLIgood first issuestatus:more-discussion-needed

Métriques du dépôt

Stars
 (44 133 stars)
Métriques de merge PR
 (Merge moyen 7j) (7 PRs mergées en 30 j)

Description

Currently string fields in --metadata-file are interpreted as pandoc markdown, no matter what input format is specified using --from.

But many JSON files found in the wild have other formats (esp. HTML), and it would be very handy to be able to use them with --metadata-file.

Is there a compelling reason for using pandoc markdown no matter what the format of the main document? @mb21

Guide contributeur