-
Notifications
You must be signed in to change notification settings - Fork 48
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
Show methods for HTML and LaTeX #480
Conversation
Codecov Report
@@ Coverage Diff @@
## master #480 +/- ##
==========================================
+ Coverage 93.30% 93.35% +0.04%
==========================================
Files 27 27
Lines 1912 1910 -2
==========================================
- Hits 1784 1783 -1
+ Misses 128 127 -1
Continue to review full report at Codecov.
|
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.
Very nice. I like the section of the manual describing this.
* refactor markdown show methods * show methods for latex and html * formatting * update mime docs * escape sigma and chi square for latex * document escape behavior * xelatex * more escaping * news entry * truncate to avoid exponent formatting in tests * more exponent formatting * tiny platform differences * osx you are a pain (cherry picked from commit 160783d)
* Show methods for HTML and LaTeX (#480) * refactor markdown show methods * show methods for latex and html * formatting * update mime docs * escape sigma and chi square for latex * document escape behavior * xelatex * more escaping * news entry * truncate to avoid exponent formatting in tests * more exponent formatting * tiny platform differences * osx you are a pain (cherry picked from commit 160783d) * minor version bump * news refresh * merging is hard * documenter os version
Closes #273