Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not render footnotes (e.g. gitlab flavored markdown) #234

Open
onavhamid opened this issue Sep 24, 2020 · 0 comments
Open

Does not render footnotes (e.g. gitlab flavored markdown) #234

onavhamid opened this issue Sep 24, 2020 · 0 comments

Comments

@onavhamid
Copy link

Issue description

The footnote syntax in GitLab flavored markdown is not supported. Is it possible to support rendering footnotes properly as a PDF?

Steps to reproduce

An example document:

# markdown-pdf-footnote-example

A footnote reference tag looks like this: [^1]

This reference tag is a mix of letters and numbers. [^footnote-42]

[^1]: This is the text inside a footnote.

[^footnote-42]: This is another footnote.

Expected behavior:
image
(rendered using https://packagecontrol.io/packages/MarkdownPreview - though it is an HTML render)

Actual behavior:

image

Versions

Ubuntu 20.04

Atom    : 1.46.0
Electron: 4.2.7
Chrome  : 69.0.3497.128
Node    : 10.11.0
npm  6.2.0
node 10.2.1 x64
atom 1.46.0
python 3.7.4
git 2.25.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant