Ability to decorate after post cooked, and rawHtml helper

This commit is contained in:
Robin Ward
2016-02-23 12:10:04 -05:00
parent f2db1a27cf
commit ef079004da
4 changed files with 9 additions and 4 deletions

View File

@ -23,7 +23,6 @@ class PluginApi {
constructor(version, container) {
this.version = version;
this.container = container;
this._currentUser = container.lookup('current-user:main');
}