-
Notifications
You must be signed in to change notification settings - Fork 2
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
Integrate callouts? #2
Comments
With 981ab06 the warning sign is properly integrated into the pdf outputs. |
In many ways, the callout is just an integration of an image to that location, with the specific image being determined by which callout is used. Does pandoc have issues with inserted images? If not, we could just get a repository of images for the types of callouts and do them as follows:
It would make it to where we would have to maintain our own group of images for callouts, but it might also make them more compatible with pandoc. |
The |
pandoc has an extension for that but it doesn't look great in pdfs or in odt so I suggest we keep the "workaround" with the table, in pdf or odt |
Callouts are nice feature supported by quartz (and github) that turns
into
Note
Highlights information that users should take into account, even when skimming.
or (more precisely) as
However, callouts are not supported by pandoc, so they are lost when converting to markdown.
Even if those callouts were preserved, they would only be correctly rendered on the website, as pandoc cannot convert callouts for pdf, odt and docx documents.
A current workaround is to use a table, as follows:
which is rendered as
or (more precisely) as

Integrating callouts could be nice, and possible sources of inspiration includes:
The text was updated successfully, but these errors were encountered: