【发布时间】:2017-08-13 19:45:13
【问题描述】:
我正在使用 Slidify 创建幻灯片。我的标题太长,所以我想换行
。但是,我尝试了管道符号,它没有从“and”中断开线。它在 HTML 输出中显示了 /The Relationship between Motivation/and Learning Strategies on the 2012 PISA Math。
---
title: |
| The Relationship between Motivation
| and Learning Strategies on the 2012 PISA Math
subtitle : LCA
author : Ali
job : Student
framework : io2012 # {io2012, html5slides, shower, dzslides, ...}
highlighter : highlight.js # {highlight.js, prettify, highlight}
hitheme : tomorrow #
widgets : [] # {mathjax, quiz, bootstrap}
mode : selfcontained # {standalone, draft}
knit : slidify::knit2slides
---
【问题讨论】: