-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
implement image width (percent) in pandoc markdown #332
Comments
Depends on jgm/pandoc-types#3 |
Please see #261 and the wiki page linked there. How best to implement image width in markdown is a longstanding issue; there are some ideas discussed there. |
Oh well, at least I have a working solution for myself. |
Hi rwst, how did you implement the image size function? I am trying to do something similar in a python SCons file that is pretty much like a gpp preprocessor. |
Discussion continues on #261 |
To support image width specification in input languages like LaTeX,
a way to specify that value in pandoc markdown would be needed.
It will be sufficient to somehow give a percentage of the text width
as an integer between 1 and 100.
Proposed possibilities are (which would be best?):
No value assumes the default 100.
The text was updated successfully, but these errors were encountered: