We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e443151 commit a00cd89Copy full SHA for a00cd89
src/markdownPreview/view.html
@@ -9,3 +9,6 @@
9
</div>
10
<div ng-if="vm.fileContent" btf-markdown="vm.fileContent" class="markdownContent">
11
12
+<div class="alert alert-danger" ng-if="vm.fileContent.status == 500">
13
+ Markdown-File not found. Please check your configuration and try again.
14
+</div>
0 commit comments