- package: markdown-it/markdown-it version: 14.1.0 commit: 0fe7ccb4b7f30236fb05f623be6924961d296d3d date: Mar 19, 2024 notes: - Rename variables that use python built-in names, e.g. - `max` -> `maximum` - `len` -> `length` - `str` -> `string` - | Convert JS `for` loops to `while` loops this is generally the main difference between the codes, because in python you can't do e.g. `for {i=1;i