Skip to content

Commit bf89f3a

Browse files
committed
EN,CZ : Code listing syntax highlighting fix
1 parent 79bbcaf commit bf89f3a

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

cs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ je moderní a rychlý nástroj pro prohlížení dokumentace Markdown a HTML př
2020
- [JSZip library][JSZIP] (používáno podle MIT)
2121
- [Marked][Marked] (používáno podle MIT)
2222
- [Mermaid][Mermaid] (používáno podle MIT)
23+
- [Prism][Prism] (používáno podle MIT)
2324

2425
[JSZIP]: http://jszip.org/ "JSZip - práce se ZIP soubory"
2526
[Marked]: https://marked.js.org/ "Marked - vypisování a formátování md souborů do HTML formátu"
2627
[Mermaid]: https://mermaid.js.org/ "Mermaid - vykresluje grafy a schémata podle speciálních textových definic"
2728
[bypassCORS]: corsPolicy.md "Prohlížeč může blokovat přístup k místním souborům (file://) kvůli CORS politikám"
2829
[userdoc]: ?d=hlp-user/Help-__.zip "Rychlá příručka pro uživatele"
30+
[Prism]: https://prismjs.com/ "Prism - zvýraznění syntaxe výpisů kódu"

cs/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Stažení
44
Stáhněte obraz z [GHCR][target] jedním z příkazů:
55

6-
```
6+
```bash
77
docker pull ghcr.io/helpviewer/helpviewer:latest
88
podman pull ghcr.io/helpviewer/helpviewer:latest
99
```
@@ -16,14 +16,14 @@ Další oddíly pokračují s Podman.
1616
- Web server: (busybox) httpd
1717

1818
## Rychlé spuštění
19-
```
19+
```bash
2020
podman run -p 8000:80 helpviewer
2121
```
2222

2323
- Ke kontejneru přistoupíte z prohlížeče přes localhost:8000.
2424

2525
## Spuštění s vlastními soubory nápovědy
26-
```
26+
```bash
2727
podman run -v ./my/help/files:/www/hlp -p 8000:80 helpviewer
2828
```
2929

en/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ is a modern, portable and fast tool for viewing Markdown and HTML documentation
2020
- [JSZip library][JSZIP] (under MIT)
2121
- [Marked][Marked] (under MIT)
2222
- [Mermaid][Mermaid] (under MIT)
23+
- [Prism][Prism] (under MIT)
2324

2425
[JSZIP]: http://jszip.org/ "JSZip JavaScript library - ZIP files manipulation"
2526
[Marked]: https://marked.js.org/ "Marked JavaScript library - md files to HTML renderer"
2627
[Mermaid]: https://mermaid.js.org/ "Mermaid library - renderer for diagrams defined by specific textual definitions"
2728
[bypassCORS]: corsPolicy.md "Browser possibly blocking local file access (file://) due to CORS policy restrictions"
2829
[userdoc]: ?d=hlp-user/Help-__.zip "User quick guide"
30+
[Prism]: https://prismjs.com/ "Prism - syntax highlighting"

en/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Download
44
You need to download image from [GHCR][target] by one of these commands:
55

6-
```
6+
```bash
77
docker pull ghcr.io/helpviewer/helpviewer:latest
88
podman pull ghcr.io/helpviewer/helpviewer:latest
99
```
@@ -16,14 +16,14 @@ Next chapters will continue with Podman.
1616
- Web service: (busybox) httpd
1717

1818
## Quick run
19-
```
19+
```bash
2020
podman run -p 8000:80 helpviewer
2121
```
2222

2323
- You will see new container data from browser on localhost:8000.
2424

2525
## Run with injected help files
26-
```
26+
```bash
2727
podman run -v ./my/help/files:/www/hlp -p 8000:80 helpviewer
2828
```
2929

0 commit comments

Comments
 (0)