We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc07894 + 8cda34d commit eed7720Copy full SHA for eed7720
gist_markdown_preview.js
@@ -5,7 +5,7 @@ const byId = d.getElementById.bind(d);
5
6
const togglePreview = cqs => {
7
const article = cqs('.js-gist-preview');
8
- const editor = cqs('.cm-s-github');
+ const editor = cqs('.CodeMirror');
9
const previewBtn = cqs('.js-gist-preview-btn');
10
11
if (editor.style.display === 'none') {
manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name":"Gist Markdown Preview",
3
- "version":"2.0.1",
+ "version":"2.0.2",
4
"description":"helps to preview the markdown while creating a markdown gist",
"manifest_version": 2,
"icons":{
0 commit comments