force use LF file endings

This commit is contained in:
2022-11-15 12:09:11 +01:00
parent 808f9ce249
commit 0f68c10a4e
7 changed files with 124 additions and 91 deletions

View File

@ -65,9 +65,9 @@ tags:
``` go
{< python-svg dest="/images/posts/test.svg" title="This is a pyuthon-svg exmaple." >}
{{</* python-svg dest="/images/posts/test.svg" title="This is a pyuthon-svg exmaple." */>}}
railroad.Diagram("foo", railroad.Choice(0, "bar", "baz"), css=style)
{< /python-svg >}
{{</* /python-svg */>}}
```
{{< python-svg dest="/images/posts/test.svg" title="This is a python-svg exmaple." >}}