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.
1 parent 1e967ef commit 615a64cCopy full SHA for 615a64c
README.md
@@ -3,6 +3,7 @@ Comprehensive Python Cheatsheet
3
4

5
6
+[Fork me on GitHub](https://github.com/gto76/python-cheatsheet)
7
8
Main
9
----
web/script.js
@@ -4,7 +4,6 @@ $(document).ready(function() {
function parseMd() {
var GITHUB = 'https://raw.githubusercontent.com/gto76/python-cheatsheet/master/README.md'
- var RAWGIT = "https://rawgit.com/gto76/python-cheatsheet/master/README.md"
jQuery.get(GITHUB, function(text) {
var converter = new showdown.Converter()
10
html = converter.makeHtml(text)
0 commit comments