meridius / confluence-to-markdown

Confluence to Markdown converter which is actually working
MIT License
137 stars 50 forks source link

Extension blank_before_header not supported for gfm #14

Open cdmerritt opened 4 years ago

cdmerritt commented 4 years ago

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 commented 4 years ago

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

crfroehlich commented 4 years ago

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 commented 4 years ago

@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 commented 3 years ago

This issue has been closed with #16