diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-10-27 00:06:07 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-10-27 00:06:07 +0700 |
| commit | 52e0530561bbae5e8fc886cd9543be8da09d760d (patch) | |
| tree | 9755e3cd17b982bd443b619d4691e9b4033a56e2 /html_template.go | |
| parent | 578f2c0b14003934faf897a2872ba92e432493ff (diff) | |
| download | asciidoctor-go-52e0530561bbae5e8fc886cd9543be8da09d760d.tar.xz | |
all: implement parser for single quote curve
Single quote curve is the one that start with ('`) and end with (`').
If (`') does not have a start format it will turn into apostrophe.
Diffstat (limited to 'html_template.go')
| -rw-r--r-- | html_template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html_template.go b/html_template.go index 119bc96..dbdf5ea 100644 --- a/html_template.go +++ b/html_template.go @@ -335,7 +335,7 @@ Your browser does not support the audio tag. {{- end}} </td> <td class="content"> - {{- with $content := .Content}} +{{ with $content := .Content }} {{$content}} {{- end}} {{- end}} |
