Closed mgao6767 closed 1 year ago
I would rather write list(map(str, config["extra_javascript"]))
instead of [str(item) for item in config["extra_javascript"]]
as the same function (str()
) is applied to all elements.
This is a breaking change, would it be possible to review this M.R. A.S.A.P. ?
cc @timvink @mgao6767 @squidfunk
I'm not sure why I was CC'd.
Thanks for the efforts @mgao6767 and @oprypin !
Fix https://github.com/timvink/mkdocs-charts-plugin/issues/16#issue-1823961327 as suggested by mkdocs' release note: