Is it possible to start a newline in published discriptive text?
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 11 Sep 2015
Perhaps if you put in an HTML <br> ?
per isakson
le 11 Sep 2015
Modifié(e) : per isakson
le 11 Sep 2015
The simple way is a blank line
%%Section Title
% info text line 1
%
% info text line 2
Cody Johnson
le 12 Sep 2015
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Programmatic Model Editing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!