You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using your Markdown Preview Plug In for VS Code.
Since the last update (v1.27.0) I can not use the workaround for nested namespaces (use class to refer to a namespace).
Is this a bug? Using version v1.26.0 solves this issue.
classDiagram
namespace org.client {
class print
%% workaround for nested namespace
class pools
}
namespace pools {
class Pool1
class Pool2
}
---
title: nested namespace
---
classDiagram
namespace org.client {
class print
%% workaround for nested namespace
class pools
}
namespace pools {
class Pool1
class Pool2
}
Loading
Or how should I use mermaid to create nested namespaces? I did not find any proposal.
Many thanks,
Sven
The text was updated successfully, but these errors were encountered:
Hi Matt,
I'm using your Markdown Preview Plug In for VS Code.
Since the last update (v1.27.0) I can not use the workaround for nested namespaces (use class to refer to a namespace).
Is this a bug? Using version v1.26.0 solves this issue.
classDiagram
namespace org.client {
class print
%% workaround for nested namespace
class pools
}
namespace pools {
class Pool1
class Pool2
}
Or how should I use mermaid to create nested namespaces? I did not find any proposal.
Many thanks,
Sven
The text was updated successfully, but these errors were encountered: