Browse Source

Fork me

pull/3/head
Jure Šorn 6 years ago
parent
commit
615a64c22e
2 changed files with 1 additions and 1 deletions
  1. 1
      README.md
  2. 1
      web/script.js

1
README.md

@ -3,6 +3,7 @@ Comprehensive Python Cheatsheet
![Monty Python](web/image_888.jpeg)
[Fork me on GitHub](https://github.com/gto76/python-cheatsheet)
Main
----

1
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()
html = converter.makeHtml(text)

Loading…
Cancel
Save