Skip to content

Instantly share code, notes, and snippets.

@andyzinsser
Created June 4, 2014 17:37
Show Gist options
  • Save andyzinsser/e91896aafd83d2898dd7 to your computer and use it in GitHub Desktop.
Save andyzinsser/e91896aafd83d2898dd7 to your computer and use it in GitHub Desktop.
Repro case for slate selected language bug
title language_tabs
API Reference
python

Introduction

Clicking 'Welcome to the intro' in the side bar will throw the error: Uncaught Error: Syntax error, unrecognized expression: .highlight. and then the python tab will become unselected and the code will dissapper.

Welcome to the intro

import requests

r = requests.get()

Some intro copy

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