Skip to content

Commit

Permalink
Really fix notebook_shortcode.plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 7, 2017
1 parent 0875b74 commit 33b94d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -53,7 +53,7 @@ Tests = test-suite
MinVersion = version-number MinVersion = version-number
MaxVersion = version-number MaxVersion = version-number
Compiler = compiler-that-uses-extensions Compiler = compiler-that-uses-extensions
Category = plugin-category plugincategory = plugin-category


[Documentation] [Documentation]
Author = authors-name Author = authors-name
Expand All @@ -74,7 +74,7 @@ If you require a specific version of Nikola, set `MinVersion` and `MaxVersion` a


If the plugin is a compiler extension, you need to set the `Compiler` here. Otherwise, skip this field. If the plugin is a compiler extension, you need to set the `Compiler` here. Otherwise, skip this field.


The `Category` field is mandatory, and it must contain the plugin category. The `plugincategory` field is mandatory, and it must contain the plugin category.
Use 'Compiler' for compilers and the base class name for anything else. Use 'Compiler' for compilers and the base class name for anything else.


#### `[Documentation]` #### `[Documentation]`
Expand Down
2 changes: 1 addition & 1 deletion v7/notebook_shortcode/notebook_shortcode.plugin
Expand Up @@ -3,7 +3,7 @@ Name = notebook_shortcode
Module = notebook_shortcode Module = notebook_shortcode


[Nikola] [Nikola]
Category = ShortcodePlugin plugincategory = ShortcodePlugin


[Documentation] [Documentation]
Author = Dean Wyatte Author = Dean Wyatte
Expand Down

0 comments on commit 33b94d1

Please sign in to comment.