-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Codeblocks now have line numbers, highlighting, bg override (#189)
Adds the ability to enable line numbers in code blocks and highlight lines Specifically: * Curly brace attributes on code blocks are now supported * the theme can now be set in the YAML metadata: ```yaml --- theme: light --- ``` * a new `styles.code` YAML metadata value can be used: ```markdown --- styles: code: style: zenburn inline_lang: python bg_override: "#aabbcc" --- ``` * the `--style` CLI argument is removed (should be replaced by the feature described in #190) See #164 See #89
- Loading branch information
1 parent
6710dad
commit b2b3d73
Showing
16 changed files
with
792 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.