Skip to content

Instantly share code, notes, and snippets.

@NatureGeorge
Created September 22, 2020 16:35
Show Gist options
  • Save NatureGeorge/9f62877f695528dc1ce284a67587e639 to your computer and use it in GitHub Desktop.
Save NatureGeorge/9f62877f695528dc1ce284a67587e639 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1-final"
},
"orig_nbformat": 2,
"kernelspec": {
"name": "python_defaultSpec_1600792132097",
"display_name": "Python 3.7.1 64-bit ('base': conda)"
}
},
"nbformat": 4,
"nbformat_minor": 2,
"cells": [
{
"source": [
"## GitHub-Dark Issue Demo\n",
"\n",
"> 2020-09-22 by Zefeng Zhu"
],
"cell_type": "markdown",
"metadata": {}
},
{
"source": [
"## Bug No.1: latex rendered too large\n",
"\n",
"$\\downarrow$\n",
"\n",
"### $\\downarrow$ in title\n",
"\n",
"## Bug No.2: figure too big\n",
"\n",
"<img src=\"https://github.com/NatureGeorge/pdb-profiling/blob/master/docs/figs/4V2FA_2XPWA_FATCAT.png?raw=true\" width=\"300em\">\n",
"\n",
"<img src=\"https://github.com/NatureGeorge/pdb-profiling/blob/master/docs/figs/4V2FA_2XPWA_FATCAT.png?raw=true\" width=\"300\">\n",
"\n",
"<img src=\"https://github.com/NatureGeorge/pdb-profiling/blob/master/docs/figs/4V2FA_2XPWA_FATCAT.png?raw=true\" width=\"26.51%\">\n",
"\n",
"## Bug No.3: black output font make it hard to recognize the characters\n"
],
"cell_type": "markdown",
"metadata": {}
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"tags": []
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": "Bug No.3: black output font make it hard to recognize the characters\n"
}
],
"source": [
"print(\"Bug No.3: black output font make it hard to recognize the characters\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
]
}
@NatureGeorge
Copy link
Author

Usual Case

image

Github-Dark

image

@NatureGeorge
Copy link
Author

NatureGeorge commented Sep 30, 2020

Issue Encounter in GitHub Comment

When looking into the older edited version of a comment in GitHub, there exist two bugs:

  1. Loading spinner hasn't been changed to GitHub-Dark 's SVG
  2. ghosting close-icon

ScreenShot

example

Edit Example

This is where I will edit.

I add new text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment