Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Improve Teachable for source code
// @namespace http://tampermonkey.net/
// @version 0.1
// @description De-bork Teachable pre/code tags.
// Adds shortcuts:
// Alt+Shift+X: <code>
// Alt+P: <pre>
//
// @author You

Keybase proof

I hereby claim:

  • I am brian-brazil on github.
  • I am bbrazil (https://keybase.io/bbrazil) on keybase.
  • I have a public key whose fingerprint is E95E A6C2 AD52 A06C DE44 C0F1 5007 C2A4 EA64 F2BA

To claim this, I am signing this object:

package main
import (
"flag"
"fmt"
"os"
)
var path = flag.String("path", "./abc", "Path to create test file")