Mathpix / mathpix-markdown-it

Markdown rendering + Latex extras (equations, tables, ...), with conversion features, for the scientific community
MIT License
501 stars 44 forks source link

PR into master from dev/olga/newline-rule-should-have-common-type #326

Closed OlgaRedozubova closed 4 months ago

OlgaRedozubova commented 4 months ago

branch: dev/olga/newline-rule-should-have-common-type

Fixed:

The newline rule should have type common. This should not be disabled when enable_latex is false.

Before:

Screenshot 2024-05-17 at 16 07 39

After:

Screenshot 2024-05-17 at 16 06 34

The htmlTags should be false if enable_markdown is false.

Before:

Screenshot 2024-05-17 at 15 08 47

After:

Screenshot 2024-05-17 at 16 09 17