pandoc-reference-filter icon indicating copy to clipboard operation
pandoc-reference-filter copied to clipboard

Allow for formatted captions.

Open bwhelm opened this issue 10 years ago • 1 comments

  • Works on LaTeX, html, html5, and markdown (though not well tested)
  • ~~Does not work on docx: captions don't show up (though the image does)~~ Now works with .docx

This pull request conflicts with the short caption pull request I made previously (though the conflicts are easily resolved). As mentioned before, this is mostly a proof of concept rather than a well-tested (or even well-conceived) attempt. Suggestions for changes or even alternative approaches welcome.

bwhelm avatar Aug 27 '15 12:08 bwhelm

I think this is a needed feature. One way to implement is to stop hard coding the figure output as Raw. This might be possible with the new Image attributes.

aaren avatar Apr 13 '16 19:04 aaren