mirror of
https://github.com/lleene/hugo-site.git
synced 2025-07-12 12:28:31 +02:00
force use LF file endings
This commit is contained in:
@ -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." >}}
|
||||
|
Reference in New Issue
Block a user