Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested namespaces - error in last plug in update? #63

Open
sschneele opened this issue Dec 6, 2024 · 0 comments
Open

Nested namespaces - error in last plug in update? #63

sschneele opened this issue Dec 6, 2024 · 0 comments

Comments

@sschneele
Copy link

sschneele commented Dec 6, 2024

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
}

---
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant