5.0.1 (2023-05-06) Bug Fixes only warn if langPrefix is changed (#2796) (d193694) The deprecated options warnings can be turned off by default by using: marked.use({ mangle: false, headerIds: false, }); For the cli you can use: marked -no-mangle -no-header-ids ...