Skip to content
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

Merged
merged 13 commits into from
Mar 4, 2021
Merged

Show methods for HTML and LaTeX #480

merged 13 commits into from
Mar 4, 2021

Conversation

palday
Copy link
Member

@palday palday commented Mar 3, 2021

Closes #273

@codecov
Copy link

codecov bot commented Mar 3, 2021

Codecov Report

Merging #480 (1d80d53) into master (8d92489) will increase coverage by 0.04%.
The diff coverage is 96.96%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
src/MixedModels.jl 100.00% <ø> (ø)
src/mimeshow.jl 98.40% <96.96%> (ø)
src/Xymat.jl 85.29% <0.00%> (-1.55%) ⬇️
src/linalg/pivot.jl 100.00% <0.00%> (+2.94%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d92489...1d80d53. Read the comment docs.

@palday palday requested a review from dmbates March 3, 2021 20:30
Copy link
Collaborator

@dmbates dmbates left a 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.

@palday palday merged commit 160783d into master Mar 4, 2021
@palday palday deleted the pa/mime branch March 4, 2021 16:01
palday added a commit that referenced this pull request Mar 4, 2021
* 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)
palday added a commit that referenced this pull request Mar 4, 2021
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

show methods for other MIME types
2 participants