Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Added namespace to classes in code highlighting example #33

Closed
wants to merge 1 commit into from

Conversation

davidcorne
Copy link

class BleepRenderer(HtmlRenderer, SmartyPants):

threw an exception as HtmlRenderer, SmartyPants are in misaka.
Changed to

class BleepRenderer(md.HtmlRenderer, md.SmartyPants):

class BleepRenderer(HtmlRenderer, SmartyPants):

threw an exception as HtmlRenderer, SmartyPants are in misaka.
Changed to 

class BleepRenderer(md.HtmlRenderer, md.SmartyPants):
@FSX
Copy link
Owner

FSX commented Jun 3, 2013

It actually should be m, because Misaka is imported at m.

@davidcorne
Copy link
Author

Sorry, it should be m, I must have been looking at a different file

@davidcorne davidcorne closed this Jun 3, 2013
@FSX
Copy link
Owner

FSX commented Jun 3, 2013

Fixed in 1fe8590. Ignore the type in the commit message...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants