首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Rpres标题中的换行

Rpres标题中的换行
EN

Stack Overflow用户
提问于 2021-10-04 11:21:17
回答 2查看 28关注 0票数 0

我最近正在用.Rpres制作我的演示文稿。我的标题有点长,并且在任意位置中断。有没有办法影响这种行为?我尝试了超文本标记语言(<br>)和|,但没有成功...这听起来很简单,但我在这里或谷歌上都没有找到任何信息。

代码语言:javascript
复制
Is there a way to display the heading in two lines?
========================================================

它应该看起来像这样:

代码语言:javascript
复制
Is there a way to display 
the heading in two lines?
========================================================

非常感谢

EN

回答 2

Stack Overflow用户

发布于 2021-10-04 11:25:25

代码语言:javascript
复制
<pre>Is there a way to display 
the heading in two lines?</pre>

<p>Is there a way to display<br> the heading in two lines?</p>

票数 0
EN

Stack Overflow用户

发布于 2021-10-04 11:25:39

如果您使用的是html,那么<br>标记将把文本换到下一行

代码语言:javascript
复制
<h3>Is there a way to display<br>
the heading in two lines?</h3>

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69435138

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档