如何向 Go Present 中的小节添加文本?
How do I add text to a subsection in Go Present?
鉴于此 Go 演示文稿输入代码
Question on subsection
* Slide title
Here is a minimal go present slide. Why is the slide subsection text
at the bottom of the slide?
** slide subsection
Hello, this text is part of the subsection.
我违反直觉地看到 "Hello..." 紧跟在 "Here is..." 之后,在页面底部有 "slide subsection"。
如何使 "Hello..." 文本跟在小节标题之后?
根据此 issue,幻灯片从未打算包含小节。
忽略 present
涉及小节和子小节的文档。
鉴于此 Go 演示文稿输入代码
Question on subsection
* Slide title
Here is a minimal go present slide. Why is the slide subsection text
at the bottom of the slide?
** slide subsection
Hello, this text is part of the subsection.
我违反直觉地看到 "Hello..." 紧跟在 "Here is..." 之后,在页面底部有 "slide subsection"。
如何使 "Hello..." 文本跟在小节标题之后?
根据此 issue,幻灯片从未打算包含小节。
忽略 present
涉及小节和子小节的文档。