summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/markdown/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/markdown/README.md')
-rw-r--r--Master/texmf-dist/doc/generic/markdown/README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/markdown/README.md b/Master/texmf-dist/doc/generic/markdown/README.md
index de007e36afc..38661d1c3a8 100644
--- a/Master/texmf-dist/doc/generic/markdown/README.md
+++ b/Master/texmf-dist/doc/generic/markdown/README.md
@@ -4,7 +4,7 @@ Markdown
[![license](https://img.shields.io/github/license/witiko/markdown)](LICENSE)
[![release](https://img.shields.io/github/release/witiko/markdown.svg)][release]
[![docker pulls](https://img.shields.io/docker/pulls/witiko/markdown)][docker-witiko/markdown]
-[![docker image size](https://img.shields.io/docker/image-size/witiko/markdown)][docker-witiko/markdown]
+[![docker image size](https://img.shields.io/docker/image-size/witiko/markdown/latest)][docker-witiko/markdown]
[![ci](https://github.com/witiko/markdown/actions/workflows/main.yml/badge.svg)][ci]
[release]: https://github.com/Witiko/markdown/releases/latest "Releases ยท Witiko/markdown"
@@ -130,8 +130,10 @@ We will receive the following output, where the markdown markup has been
replaced by TeX commands:
``` tex
+\markdownDocumentBegin
Hello \markdownRendererEmphasis{Markdown}!
-$a\markdownRendererEmphasis{x + b}x = c_x$\relax
+$a\markdownRendererEmphasis{x + b}x = c_x$
+\markdownDocumentEnd
```
We can see right away that the Markdown package has incorrectly interpreted
@@ -141,8 +143,10 @@ We can see right away that the Markdown package has incorrectly interpreted
docker run --rm -i witiko/markdown markdown-cli hybrid=true underscores=false < document.md
``` tex
+\markdownDocumentBegin
Hello \markdownRendererEmphasis{Markdown}!
-$a_x + b_x = c_x$\relax
+$a_x + b_x = c_x$
+\markdownDocumentEnd
```
Much better! If the Markdown package ever surprises you, use the Lua CLI to