mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-21 09:16:41 +02:00
spelling: the
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -86,7 +86,7 @@ todo[Todo]
|
|||||||
|
|
||||||
## Configuration Options
|
## Configuration Options
|
||||||
|
|
||||||
You can customize the Kanban diagram using a configuration block at the beginning of your markdown file. This is useful for setting global settings like a base URL for tickets. Currently there is one configuration option for kanban diagrams `ticketBaseUrl`. This can be set as in the the following example:
|
You can customize the Kanban diagram using a configuration block at the beginning of your markdown file. This is useful for setting global settings like a base URL for tickets. Currently there is one configuration option for kanban diagrams `ticketBaseUrl`. This can be set as in the following example:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
|
@@ -124,7 +124,7 @@ describe('when parsing directions', function () {
|
|||||||
expect(data4Layout.nodes[0].label).toEqual('D');
|
expect(data4Layout.nodes[0].label).toEqual('D');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should be forgiving with many spaces before teh end', function () {
|
it('should be forgiving with many spaces before the end', function () {
|
||||||
const res = flow.parser.parse(`flowchart TB
|
const res = flow.parser.parse(`flowchart TB
|
||||||
D@{ shape: rounded }`);
|
D@{ shape: rounded }`);
|
||||||
|
|
||||||
|
@@ -56,7 +56,7 @@ describe('when parsing a kanban ', function () {
|
|||||||
expect(sections[0].label).toEqual('root');
|
expect(sections[0].label).toEqual('root');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('KNBN-4 should not distinguish between deeper hierarchical levels in thr kanban definition', function () {
|
it('KNBN-4 should not distinguish between deeper hierarchical levels in the kanban definition', function () {
|
||||||
const str = `kanban
|
const str = `kanban
|
||||||
root
|
root
|
||||||
child1
|
child1
|
||||||
|
@@ -64,7 +64,7 @@ todo[Todo]
|
|||||||
|
|
||||||
## Configuration Options
|
## Configuration Options
|
||||||
|
|
||||||
You can customize the Kanban diagram using a configuration block at the beginning of your markdown file. This is useful for setting global settings like a base URL for tickets. Currently there is one configuration option for kanban diagrams `ticketBaseUrl`. This can be set as in the the following example:
|
You can customize the Kanban diagram using a configuration block at the beginning of your markdown file. This is useful for setting global settings like a base URL for tickets. Currently there is one configuration option for kanban diagrams `ticketBaseUrl`. This can be set as in the following example:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user