mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Revise deprecation warning for --atx-headers.
This commit is contained in:
@@ -531,7 +531,7 @@ options =
|
||||
(NoArg
|
||||
(\opt -> do
|
||||
deprecatedOption "--atx-headers"
|
||||
"use --markdown-headings=atx"
|
||||
"Use --markdown-headings=atx instead."
|
||||
return opt { optSetextHeaders = False } ))
|
||||
"" -- "Use atx-style headers for markdown"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user