mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
1. Added new include_code tag to allow auhtors to insert files from the file system with syntax highligting and a download link
2. Improved the gist tag to properly insert the sources in <noscript> tags 3. Improved semantics in the blockquote plugin and DRYed things up. 4. Pygments caching now stores to the _code_cache directory by default 5. Added a configuration for the default include_code directory 6. Updated the .gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,8 +1,8 @@
|
||||
.bundle
|
||||
.DS_Store
|
||||
.sass-cache
|
||||
.gist_cache
|
||||
_cache
|
||||
_gist_cache
|
||||
_code_cache
|
||||
_assets
|
||||
public
|
||||
source/_stash
|
||||
|
||||
Reference in New Issue
Block a user