fix(docs): Improve mermaid diagram formatting in readme.md using HTML <br> tags for line breaks
This commit is contained in:
@ -180,12 +180,12 @@ flowchart TB
|
||||
|
||||
subgraph "SmartProxy Components"
|
||||
direction TB
|
||||
HTTP80[HTTP Port 80\nRedirect / SslRedirect]
|
||||
HTTPS443[HTTPS Port 443\nNetworkProxy]
|
||||
SmartProxy[SmartProxy\n(TCP/SNI Proxy)]
|
||||
HTTP80["HTTP Port 80<br>Redirect / SslRedirect"]
|
||||
HTTPS443["HTTPS Port 443<br>NetworkProxy"]
|
||||
SmartProxy["SmartProxy<br>(TCP/SNI Proxy)"]
|
||||
NfTables[NfTablesProxy]
|
||||
Router[ProxyRouter]
|
||||
ACME[Port80Handler\n(ACME HTTP-01)]
|
||||
ACME["Port80Handler<br>(ACME HTTP-01)"]
|
||||
Certs[(SSL Certificates)]
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user