- package: markdown-it/markdown-it version: 12.2.0 commit: 6e2de08a0b03d3d0dcc524b89710ce05f83a0283 date: Aug 2, 2021 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