Is it possible to start a newline in published discriptive text?
15 次查看(过去 30 天)
显示 更早的评论
When publishing, is it possible to insert a carriage return (or some other markup) in order to start a new line in the descriptive text of a section? I would like to do this without resorting to preformatted text blocks. The following markup gives the descriptive text in one line,
%%Section Title
% info text line 1
% info text line 2
as: info text line 1 info text line 2. However, the descriptive text formatting I want to accomplish would contain two separate lines each contain one of the info text lines. I'm using matlab 2015b.
3 个评论
per isakson
2015-9-11
编辑:per isakson
2015-9-11
The simple way is a blank line
%%Section Title
% info text line 1
%
% info text line 2
采纳的回答
Walter Roberson
2015-9-13
There is no documented way to do this. Instead the description of the publish markup says that you will often need to leave an empty comment line to start new markup, implying that Yup, they know there isn't anything you can put in to say "End of what was going on" or "Start of something new not part of what was going on."
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!