mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
* Support dict only markdown_extensions config * Support dict only plugin config * Remove explicit conversion to Unicode as PY2 is no longer supported. * Refactor yaml_load so that is can recursively call itself. Fixes #2218.