【发布时间】:2015-03-08 20:07:49
【问题描述】:
我正在使用reveal.js 创建一个演示文稿,我希望它包含图形和图形标题。这是我正在尝试制作的幻灯片:
section
h2 Slide title
figure
img(src="images/image.png" align="right" width="70%")
figcaption Here are some details about the image.
不幸的是,这只是将带有标题的图像呈现为p 元素。任何人都知道如何在 Jade 中正确创建带有标题的图形?
【问题讨论】:
标签: node.js html pug figure reveal.js