mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-02 20:04:14 +01:00
docs: Remove incorrect =
This commit is contained in:
@@ -307,8 +307,8 @@ Renders the mermaid diagrams
|
||||
## setParseErrorHandler Alternative to directly setting parseError using:
|
||||
|
||||
```js
|
||||
mermaid.parseError = function(err,hash){=
|
||||
forExampleDisplayErrorInGui(err); // do something with the error
|
||||
mermaid.parseError = function (err, hash) {
|
||||
forExampleDisplayErrorInGui(err); // do something with the error
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user