-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.0 Release #3
base: master
Are you sure you want to change the base?
Conversation
Improved LaTeX special symbols escaping Added support for: - Strikethrough - Superscript - Subscript - Emphasis - Hyperlinks - h4,h5,h6 - Unrecongised tags
Adding further tests as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 9468 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 9469 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 9469 lines exceeds the maximum allowed for the inline comments feature.
Code Climate has analyzed commit 2da58d8 and detected 0 issues on this pull request. View more on Code Climate. |
📊 Package size report 87%↑
Unchanged files
🤖 This report was automatically generated by pkg-size-action |
Summary
Major refactor of the library, aiming to improve readability, test coverage and reduce dependencies where possible. I was also hoping to drop unsupported dependencies as well, but I couldn't find a good replacement for the CLI framework. Ill give it another look once I've finished the template tests