Fix figure table logic
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
{{ $table := false }}
|
{{ $table := false }}
|
||||||
|
|
||||||
{{ if or $compact $float }}
|
{{ if and $caption (or $compact $float) }}
|
||||||
{{ $table = true }}
|
{{ $table = true }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user