erixtekila / gitbook-plugin-richquotes

Gitbook plugin : Transform annoted quotes to notes
Apache License 2.0
49 stars 14 forks source link

Not working with gitbook 1.5.0 #12

Closed prateekbaheti closed 9 years ago

prateekbaheti commented 9 years ago

Added a note > **Note** Note text. The plugin is installed and added and configured in books.json.

  "plugins": [
        "richquotes"
    ],
    "pluginsConfig": {
        "richquotes": {
            "Info": true,
            "Hint": true,
            "Note": true,
            "Comment": true,
            "Caution": true,
            "Danger": true
        }

It renders only as a simple markdown blockquote.

erixtekila commented 9 years ago

Are you sure you've added the plugin to the package.son file and install it ? It worked for me on this gitbook version.