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

Perhaps if you put in an HTML <br> ?
The simple way is a blank line
%%Section Title
% info text line 1
%
% info text line 2
Inserting a blank line, prints a blank line. It seems like and is a trivial matter, but I simply want to begin a new line of text directly below another line of text. Thanks for the suggestion though.
I think coding it in HTML will work, but I was hoping to avoid going into HTML or LaTex right here.

댓글을 달려면 로그인하십시오.

 채택된 답변

Walter Roberson
Walter Roberson 2015년 9월 13일

1 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품

질문:

2015년 9월 11일

답변:

2015년 9월 13일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by