-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Replace special symbol characters with other characters to allow them to be drawn as mermaid #85
Replace special symbol characters with other characters to allow them to be drawn as mermaid #85
Conversation
092f03e
to
6e9f129
Compare
… to be drawn as mermaid
6e9f129
to
61d8ae1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
============================================
+ Coverage 85.68% 100.00% +14.31%
============================================
Files 31 31
Lines 915 930 +15
============================================
+ Hits 784 930 +146
+ Misses 131 0 -131 ☔ View full report in Codecov by Sentry. |
375a82d
to
63e45bb
Compare
return None | ||
|
||
|
||
def replace_column_type(column_type: str) -> str: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are many possible ways to abbreviate or omit this character, and it may be possible to change it from an environment variable or command line argument. However, we want to start out with a simple form.
LGTM for the code changes, thanks for your proactive contribution so far @syou6162 ❤️ I will create v1.11.0b1 right after this gets merged |
6da2b40
to
e456855
Compare
e456855
to
d5a402f
Compare
resolves #81
Description
Mermaid may not be able to render special characters. To deal with such cases, we have made changes to replace or omit special characters.
Checklist