Closed ccremer closed 3 years ago
Ah, I was able to reconfigure the template. Instead of .FullDecl
, I'm using just .Decl
:
=== {{.VarAssignment.Name}}
[source, go]
----
{{.VarAssignment.Decl}}
----
{{.VarAssignment.Doc}}
Thanks! @ccremer :) - I'll add this as a bug! - It should be fixed in next release https://github.com/mariotoffia/goasciidoc/blob/master/asciidoc/defaults.go#L130
Cheers, Mario :)
@ccremer I've changed the default to use .Decl
instead.
Hi! First of all this is an awesome project!
I noticed that in var blocks like
the variables are duplicated.