Skip to content

Commit 2221c55

Browse files
committed
remove jevkoml example
link .jevkoml, .jevkocfg, .jevkodata
1 parent 60eae6d commit 2221c55

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

README.md

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ One `jevko` command to rule all Jevko formats.
66

77
Experimental.
88

9-
Currently supports .jevkoml, .jevkocfg.
10-
11-
<!-- todo:, .jevkodata. -->
9+
Currently supports [.jevkoml](https://github.com/jevko/jevkoml), [.jevkocfg](https://github.com/jevko/jevkoconfig1.js), [.jevkodata](https://github.com/jevko/jevkodata).
1210

1311
Can convert the Jevko formats into well-known and well-supported formats (e.g. JSON, HTML, XML and XML-based formats, such as SVG).
1412

@@ -22,45 +20,6 @@ It can be used to easily integrate Jevko formats into applications that deal wit
2220

2321
<!-- In the future, JevkoML could also be used directly by various tools, for increased efficiency. -->
2422

25-
## Examples
26-
27-
For example, Jevko CLI can convert something like this:
28-
29-
<!-- [ ] see a version with syntax highlighting (htmlpreview), [x] get a syntax highlighting extension for visual studio code -->
30-
31-
![screenshot](screenshot.png)
32-
33-
into something like this:
34-
35-
```HTML
36-
<html>
37-
<head>
38-
<title>This is a title</title>
39-
</head>
40-
<body>
41-
<div>
42-
<p>Hello world!</p>
43-
<abbr
44-
id="anId"
45-
class="jargon"
46-
style="color: purple;"
47-
title="Hypertext Markup Language"
48-
>HTML</abbr>
49-
<a href="https://www.wikipedia.org/">
50-
A link to Wikipedia!
51-
</a>
52-
<p>
53-
Oh well, <span lang="fr">c'est la vie</span>, as they say in France.
54-
</p>
55-
</div>
56-
</body>
57-
</html>
58-
```
59-
60-
See [the jevkoml project on GitHub](https://github.com/jevko/jevkoml) for details.
61-
62-
Also see the [.jevkoml syntax highlighting extension for Visual Studio Code](https://github.com/jevko/jevkoml-basic-highlighting-vscode) which was used to produce the screenshot above.
63-
6423
## Usage
6524

6625
If Jevko CLI is [installed](#installation-with-deno) you can invoke it as:

0 commit comments

Comments
 (0)