Skip to content

Commit d8d8549

Browse files
Syntax highlighting in markdown (version 3.3)
1 parent 9f193c1 commit d8d8549

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 3.3
4+
* Improved syntax highlighting inside markdown
5+
36
## 3.2
47
* Major revision of the editor presentation logic
58
* Solved bugs #46 and #53

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,20 @@ There is a snippet for each diagram type. Just start typing one of the available
4040
`class`, `activity`, `usecase`, `state` or `deployment`, `package`, `sequence`
4141
and a full example will be pasted into the yuml file.
4242

43-
![yUML snippet screenshot](images/snippet.png)
43+
![yuml snippet screenshot](images/snippet.png)
4444

4545
## Markdown support
4646
yUML code can now be embedded into markdown documents by using the fencing syntax, as shown:
4747

48-
This is a simple example of a **yUML** sequence diagram:
49-
50-
```yuml
51-
// {type: sequence}
52-
[A]>[B]
53-
```
48+
![yuml markdown screenshot](images/markdown.png)
49+
5450
The yUML diagram will be directly rendered in the markdown preview window.
5551

5652
## Top bar
5753
A topbar will show some useful links when hovered (see below),
5854
for accessing the wiki page, writing a review, reporting bugs and requesting new features.
5955

60-
![yUML snippet screenshot](images/top_bar.png)
56+
![topbar screenshot](images/top_bar.png)
6157

6258
## Extension Settings
6359
No settings yet.

images/markdown.png

22.1 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "yuml",
33
"displayName": "yUML",
44
"description": "UML diagramming tool based on the yUML syntax",
5-
"version": "3.2.0",
5+
"version": "3.3.0",
66
"icon": "images/yUML.png",
77
"publisher": "JaimeOlivares",
88
"license": "SEE LICENSE IN LICENSE.md",
@@ -106,4 +106,4 @@
106106
"mocha": "^2.3.3",
107107
"vscode": "^1.1.18"
108108
}
109-
}
109+
}

0 commit comments

Comments
 (0)