diff --git a/rest_framework/compat.py b/rest_framework/compat.py index 70cb0485c..bb7cae055 100644 --- a/rest_framework/compat.py +++ b/rest_framework/compat.py @@ -152,16 +152,19 @@ if 'patch' not in View.http_method_names: try: import markdown + if markdown.version <= '2.2': + HEADERID_EXT_PATH = 'headerid' + else: + HEADERID_EXT_PATH = 'markdown.extensions.headerid' def apply_markdown(text): """ Simple wrapper around :func:`markdown.markdown` to set the base level of '#' style headers to