Able to parse Azure style[[_TOC_]] as Table of Content.
Supportid attribute as link anchors.
Previously Typora only support this kind of anchor links:
<aname="target-1"></a>anchor<ahref="#target-1">link to anchor</a>Butanchor is deprecated in newer HTML rules. Now usingid attribute is also supported:
<aid="target-1"></a>anchor<ahref="#target-1">link to anchor</a>Improve table parsing rules.

Which bring features like:
link styles (https://mermaid-js.github.io/mermaid/#/sequenceDiagram?id=messages), loops, etc.

Entity relationship diagrams (experimental)

And other enhancement, see https://mermaid-js.github.io/mermaid
To contribution on the i18n of Typora, please checkout https://github.com/typora/Typora-i18n
See details inhere.
Added${filename} and${filepath} variable support in custom image upload command.
For example, if your custom command isupdate --name=${filename}, then if you are editing test.md, Typora may run this commandupdate --name=test.md /user/xxx/image/yyy.png to upload image.
Add button “Custom Shortcut Keys” which leads to guide about how to custom key bindings.