Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Extension blank_before_header not supported for gfm #14

Open
cdmerritt opened this issue May 11, 2020 · 4 comments
Open

Extension blank_before_header not supported for gfm #14

cdmerritt opened this issue May 11, 2020 · 4 comments

Comments

@cdmerritt
Copy link

All of the images are saved, but no MD files are saved.

I see this in the output:

Parsing ... somefile.html
Making Markdown ... somefile.md
The extension blank_before_header is not supported for gfm

pandoc version (on Windows)
pandoc.exe 2.9.2.1
Compiled with pandoc-types 1.20, texmath 0.12.0.1, skylighting 0.8.3.2
Default user data directory: C:\Users\cmerritt\AppData\Roaming\pandoc
Copyright (C) 2006-2020 John MacFarlane
Web: https://pandoc.org

@cdmerritt
Copy link
Author

changed: 'markdown_github' # use GitHub markdown variant
and problem solved.

@crfroehlich
Copy link

changed: 'markdown_github' # use GitHub markdown variant
and problem solved.

@cdmerritt Where did you change that? I made your suggested change in App.coffee, but now I get Unknown extension: markdown_github.

@cdmerritt
Copy link
Author

@crfroehlich, yes, App.coffee.

  @outputTypesAdd = [
    'markdown_github' # use GitHub markdown variant
    'blank_before_header' # insert blank line before header
#    'mmd_link_attributes' # use MD syntax for images and links instead of HTML
#    'link_attributes' # use MD syntax for images and links instead of HTML
  ]

@carun
Copy link

carun commented Jun 24, 2021

This issue has been closed with #16

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants