Is it possible to start a newline in published discriptive text?
이전 댓글 표시
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
Walter Roberson
2015년 9월 11일
Perhaps if you put in an HTML <br> ?
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
Cody Johnson
2015년 9월 12일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!