]> git.proxmox.com Git - pve-docs.git/blobdiff - asciidoc-pve.in
use the html5 backend for asciidoc
[pve-docs.git] / asciidoc-pve.in
index 97c5bf2315e5feb64801e5dbe61b9673ba64ecfa..5ad2a715d190ff87ce34383edadd67b30f27ef9a 100644 (file)
@@ -372,7 +372,7 @@ sub compile_asciidoc {
        $attributes->{icons} = undef;
        $attributes->{'data-uri'} = undef;
 
        $attributes->{icons} = undef;
        $attributes->{'data-uri'} = undef;
 
-       my $cmd = ['asciidoc'];
+       my $cmd = ['asciidoc', '-b', 'html5'];
 
        push @$cmd, '-s' if ($env eq 'wiki') ||
            (($env eq 'manvolnum') && ($man_target eq 'wiki'));
 
        push @$cmd, '-s' if ($env eq 'wiki') ||
            (($env eq 'manvolnum') && ($man_target eq 'wiki'));