We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The auto-generated diagram for the docs has a couple of bugs:
To Reproduce An INTERFACE.yaml file like this:
INTERFACE.yaml
--- title: geo_boundaries_module --- flowchart LR M((geo_boundaries_module)) C2[/"`**automatic** countries/{dataset}_{country}_{subtype}.parquet marineregions/eez.parquet `"/] --> M M --> O1("`**results** shapes.parquet `")
leads to:
Expected behavior the wrapping can be avoided via configuration
%%{ init: {"themeVariables": { "wrap": "false" }, "flowchart": { "markdownAutoWrap":"false", "wrappingWidth": "" } } }%% flowchart LR M((geo_boundaries_module)) C2[/"`**automatic** countries/{dataset}\_{country}\_{subtype}dsdsdsdsdsdsdsdsdssdsddsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsssssssss.parquet marineregions/eez.parquet `"/] --> M M --> O1("`**results** shapes.parqusdsdsdsdsdsdsdet `")
The underscores, however, cannot. I'd say that it's best to avoid generating these diagrams. Using INTERFACE.yaml for reference is good enough.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The auto-generated diagram for the docs has a couple of bugs:
To Reproduce
An
INTERFACE.yaml
file like this:leads to:
Expected behavior
the wrapping can be avoided via configuration
The underscores, however, cannot.
I'd say that it's best to avoid generating these diagrams. Using
INTERFACE.yaml
for reference is good enough.The text was updated successfully, but these errors were encountered: