aboutsummaryrefslogtreecommitdiffstats
path: root/src/asciideck_tables_pass.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/asciideck_tables_pass.erl')
-rw-r--r--src/asciideck_tables_pass.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asciideck_tables_pass.erl b/src/asciideck_tables_pass.erl
index 1adcd1e..e20d7d5 100644
--- a/src/asciideck_tables_pass.erl
+++ b/src/asciideck_tables_pass.erl
@@ -174,7 +174,7 @@ parse_specs_style(<<>>, Spec) ->
parse_specs_style(Bin, Spec) ->
Style = parse_specs_match_style(Bin, [
<<"default">>, <<"emphasis">>, <<"monospaced">>, <<"strong">>,
- <<"header">>, <<"literal">>, <<"verse">>
+ <<"header">>, <<"asciidoc">>, <<"literal">>, <<"verse">>
]),
Spec#{style => Style}.