我想在使用 Markdown 创建并使用 pandoc 编译的 dzslides 演示文稿中更改普通文本的字体大小。
---
title: Testing Markdown
date: October 30, 2019
---
### First slide
This is the first sentence
我使用文件(我将其命名为 SO.md)编译上述内容
pandoc -t dzslides -s SO.md -o output.html --slide-level 3
注意:我需要幻灯片级别,以便在使用 3 个哈希时可以开始新幻灯片 - ###。
我的问题是:短语“This is the first sentence”的字号比短语“First slide”大。我怎样才能解决这个问题?