@@ -92,7 +92,7 @@ The same applies to the command line:
9292
9393 $ python -m markdown -x markdown.extensions.extra input.txt
9494
95- Similarly, if you have used a third party extension (eg: `mdx_math`), previously
95+ Similarly, if you have used a third party extension (for example `mdx_math`), previously
9696you might have called it like this:
9797
9898 markdown.markdown(text, extensions=['math'])
@@ -107,7 +107,7 @@ Extension authors will want to update their documentation to reflect the new beh
107107See the [documentation](reference.html#extensions) for a full explanation
108108of the current behavior.
109109
110- ### Extension Configs as Part of Extension Name Deprecated
110+ ### Extension Configuration as Part of Extension Name Deprecated
111111
112112The previously documented method of appending the extension configuration options as
113113a string to the extension name is deprecated and will raise a
@@ -131,7 +131,7 @@ statements accordingly (`from markdown.extensions.toc import slugify, unique`).
131131
132132[hid]: extensions/header_id.html
133133
134- ### `configs` Keyword Deprecated
134+ ### The `configs` Keyword is Deprecated
135135
136136Positional arguments and the `configs` keyword on the `markdown.extension.Extension` class
137137(and its subclasses) are deprecated. Each individual configuration option should be passed
@@ -204,7 +204,7 @@ Alternatively, if the `yaml` option is set, then the data is parsed as YAML.
204204[Meta-Data]: extensions/meta_data.html
205205[YAML]: http://yaml.org/
206206
207- ### TOC Extension Refactored
207+ ### Table of Contents Extension Refactored
208208
209209The [Table of Contents][TOC] Extension has been refactored and some new features
210210have been added. See the documentation for a full explanation of each feature
0 commit comments