I need to figure out if there is a way in UMLet to apply boldfacing to a single word without imposing a line break. For example:
read(out value)
I don't see any way to do this. Does anyone know? Thanks!
I need to figure out if there is a way in UMLet to apply boldfacing to a single word without imposing a line break. For example:
read(out value)
I don't see any way to do this. Does anyone know? Thanks!
To create a bold words just use
**words that should be bold**
For more information check out:
http://sourceforge.net/p/umlettosourceco/discussion/markdown_syntax
So in your example
read(**out** value)
For now (UMLet 14.2) it isn't possible to format a single word.
The implementation is looking for formating markups at start and end of the text (line).