summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/markdown.cpp')
-rw-r--r--src/markdown.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp
index 291e1dc..11b01ea 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -208,6 +208,10 @@ static QCString isBlockCommand(const char *data,int offset,int size)
{
return "end"+blockName;
}
+ else if (blockName=="startuml")
+ {
+ return "enduml";
+ }
else if (blockName=="f" && end<size)
{
if (data[end]=='$')