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

Add option to not raise footnote markers etc. #247

Closed
blaenk opened this issue Sep 1, 2017 · 6 comments
Closed

Add option to not raise footnote markers etc. #247

blaenk opened this issue Sep 1, 2017 · 6 comments

Comments

@blaenk
Copy link

blaenk commented Sep 1, 2017

The raised footnotes look pretty weird to me, they do look better with markup hidden but I'd rather not do that, so I was looking into simply disabling it on my end but it didn't seem immediately obvious to me how to accomplish that.

@blaenk
Copy link
Author

blaenk commented Sep 1, 2017

It seems like it's just a matter of doing:

(defconst markdown-inline-footnote-properties nil)

I'll close this after getting some confirmation.

@jrblevin
Copy link
Owner

jrblevin commented Sep 1, 2017

I think that should work for now, but it would be better for users I think if there was a defcustom for this (something I plan to add).

Coincidentally, @saf-dmitry also mentioned this as a comment to #130, so perhaps we should move any future discussion here.

@blaenk
Copy link
Author

blaenk commented Sep 1, 2017

Sure thing.

@blaenk blaenk closed this as completed Sep 1, 2017
@jrblevin
Copy link
Owner

jrblevin commented Sep 1, 2017

I mean let's leave this one open since the other one is a broader, already closed issue. :)

@jrblevin jrblevin reopened this Sep 1, 2017
@jrblevin
Copy link
Owner

Footnotes are now only raised when markup hiding is enabled, and the display properties (raise amount, scaling) can now be customized via markdown-footnote-display. Sound good?

@blaenk
Copy link
Author

blaenk commented Nov 16, 2017

Yeah that sounds reasonable.

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

No branches or pull requests

2 participants