Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f05c202

Browse files
committedAug 13, 2024·
[#530] Add tip for underlines and italics
1 parent c04f895 commit f05c202

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed
 

‎src/org/jetuml/JetUML.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ warning.version.title=Diagram Version Migration
176176
files.image.name=Image Files
177177
tips.jsons.directory=/tips
178178
tips.images.directory=/tip_images
179-
tips.quantity=38
179+
tips.quantity=39
180180
dialog.tips.button.next.text=Next Tip
181181
dialog.tips.button.previous.text=Previous Tip
182182
dialog.tips.button.close.text=Close

‎tipdata/tip_images/tip39.png

13.2 KB
Loading

‎tipdata/tips/tip-39.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"title": "Underlining or Italicizing Text",
3+
"content": [
4+
{ "text": "To show a line of text in italics, surround it with forward slashes (e.g., /abstract/). To show a line of text underlined, surround it with underscores (e.g., _underlined_)."},
5+
{ "image": "tip39.png"}
6+
],
7+
"tags": [
8+
{ "topic": "creating"},
9+
{ "level": "intermediate"},
10+
{ "diagram": "class"}
11+
]
12+
}

0 commit comments

Comments
 (0)
Please sign in to comment.