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