JuliaMolSim / Molly.jl

Molecular simulation in Julia
Other
390 stars 53 forks source link

Show logo normally on GH page #170

Closed Ruibin-Liu closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.47%. Comparing base (93e549f) to head (7d0b2d5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #170 +/- ## ======================================= Coverage 72.47% 72.47% ======================================= Files 36 36 Lines 5449 5449 ======================================= Hits 3949 3949 Misses 1500 1500 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jgreener64 commented 6 months ago

Great, thanks.

Ruibin-Liu commented 6 months ago

It doesn't seem to work? I just checked the dev doc. The logo is not shown.

jgreener64 commented 6 months ago

Yes I noticed that too. Maybe Documenter.jl doesn't like the <img> tags.

There might be a way to add styling to the [alt_text](url) image format used further down in the same file. As I recall I didn't use that format here because the image was the wrong size.