diff --git a/package.json b/package.json
index 7e101eb1..da6d31dd 100644
--- a/package.json
+++ b/package.json
@@ -67,6 +67,7 @@
"d3-ng2-service": "^2.1.0",
"file-saver": "^2.0.2",
"ini": "^1.3.5",
+ "marked": "^1.1.1",
"material-design-icons": "^3.0.1",
"ng-circle-progress": "^1.5.1",
"ng2-file-upload": "^1.3.0",
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index 034f9e94..d9473909 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -279,6 +279,8 @@ import { ChangeHostnameActionComponent } from './components/project-map/context-
import { ChangeHostnameDialogComponent } from './components/project-map/change-hostname-dialog/change-hostname-dialog.component';
import { ApplianceInfoDialogComponent } from './components/project-map/new-template-dialog/appliance-info-dialog/appliance-info-dialog.component';
import { ResetLinkActionComponent } from './components/project-map/context-menu/actions/reset-link/reset-link-action.component';
+import { ReadmeEditorComponent } from './components/projects/edit-project-dialog/readme-editor/readme-editor.component';
+import { MarkedDirective } from './directives/marked.directive';
@NgModule({
declarations: [
@@ -462,7 +464,9 @@ import { ResetLinkActionComponent } from './components/project-map/context-menu/
NewTemplateDialogComponent,
ChangeHostnameActionComponent,
ChangeHostnameDialogComponent,
- ApplianceInfoDialogComponent
+ ApplianceInfoDialogComponent,
+ ReadmeEditorComponent,
+ MarkedDirective
],
imports: [
BrowserModule,
diff --git a/src/app/components/projects/edit-project-dialog/edit-project-dialog.component.html b/src/app/components/projects/edit-project-dialog/edit-project-dialog.component.html
index 392bbbdb..2acfd347 100644
--- a/src/app/components/projects/edit-project-dialog/edit-project-dialog.component.html
+++ b/src/app/components/projects/edit-project-dialog/edit-project-dialog.component.html
@@ -41,6 +41,11 @@
Show interface labels at start
+
+
+
+
+