GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
1
nigel.stanger
/
templates
forked from
mark.george/templates
Browse code
Fix unicode spaces
master
1 parent
53deedf
commit
ca098f4b87a42d95619930e49b0bfe14a0a12fae
Mark George
authored
on 9 May 2019
Patch
Showing
1 changed file
plantuml/salt-lo-fi-ui-tips.md
Ignore Space
Show notes
View
plantuml/salt-lo-fi-ui-tips.md
## Spacing Salt allows you to add any unicode character using the <U+XXXX> notation. This is sometimes handy for adding extra spaces to things. Non-breaking space: `<U+00A0>`<br> Em-Space (widest space) : `<U+2003>` ## Typical 2-column Form ``` @startsalt { Label 1:<U+00A0> | "Text Field" Label 2: | ^Combobox^ Label 3: | {SI Text area with scroll bars . . } Label 4: | () Unchecked radio Label 5: | (X) Checked radio Label 6: | [] Unchecked box Label 7: | [X] Checked box <U+00A0> | Right Column Label [Button 1] | [Button 2] } @endsalt ``` Full docs at: http://plantuml.com/salt
## Spacing Salt allows you to add any unicode character using the <U+XXXX> notation. This is sometimes handy for adding extra spaces to things. Non-breaking space: <U+00A0> Em-Space (widest space) : <U+2003> ## Typical 2-column Form ``` @startsalt { Label 1:<U+00A0> | "Text Field" Label 2: | ^Combobox^ Label 3: | {SI Text area with scroll bars . . } Label 4: | () Unchecked radio Label 5: | (X) Checked radio Label 6: | [] Unchecked box Label 7: | [X] Checked box <U+00A0> | Right Column Label [Button 1] | [Button 2] } @endsalt ``` Full docs at: http://plantuml.com/salt
Show line notes below