Neat, but you can just do this in mermaid too. Taking one of your examples:
<mermaid>
flowchart LR
web([Frontend])
subgraph platform [Cloud Platform]
api([API Server])
db[(Database)]
api --> db
end
web -->|HTTPS| api
</mermaid>
If you install the latest https://oj-hn.com , you can see it rendered inline here.
First off, let me say it is awesome you're doing something like this.
But... I'm encountering a similar issue on both Chrome and Firefox on Leenucks. I guess it's possible you don't see the problem on your Mac because both these browsers use the OS to do font rendering.
latchkey|16 days ago
switz|16 days ago
josefdlange|13 days ago
josefdlange|13 days ago
SoleilAbsolu|12 days ago
Retr0id|13 days ago
switz|13 days ago
Seems like maybe there are some universal half-width characters that can be used.
https://www.unicode.org/reports/tr11/
OhMeadhbh|13 days ago
But... I'm encountering a similar issue on both Chrome and Firefox on Leenucks. I guess it's possible you don't see the problem on your Mac because both these browsers use the OS to do font rendering.
unknown|13 days ago
[deleted]
Surac|13 days ago
unknown|16 days ago
[deleted]