Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasaschan committed Oct 1, 2021
1 parent 3dbb1a9 commit 52bb210
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/reference/markdown-document.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,25 +133,25 @@ generates the following output:

### <a name="module_bar"></a> [bar](#module\_bar)

Source: baz
Source: [baz](baz)

Version: 4.5.6

### <a name="module_baz"></a> [baz](#module\_baz)

Source: baz
Source: [baz](baz)

Version: 4.5.6

### <a name="module_foo"></a> [foo](#module\_foo)

Source: bar
Source: [bar](bar)

Version: 1.2.3

### <a name="module_foobar"></a> [foobar](#module\_foobar)

Source: [email protected]:module/path
Source: [[email protected]:module/path](https://github.com/module/path)

Version: v7.8.9

Expand Down
8 changes: 4 additions & 4 deletions docs/reference/markdown-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ generates the following output:

| Name | Source | Version |
|------|--------|---------|
| <a name="module_bar"></a> [bar](#module\_bar) | baz | 4.5.6 |
| <a name="module_baz"></a> [baz](#module\_baz) | baz | 4.5.6 |
| <a name="module_foo"></a> [foo](#module\_foo) | bar | 1.2.3 |
| <a name="module_foobar"></a> [foobar](#module\_foobar) | [email protected]:module/path | v7.8.9 |
| <a name="module_bar"></a> [bar](#module\_bar) | [baz](baz) | 4.5.6 |
| <a name="module_baz"></a> [baz](#module\_baz) | [baz](baz) | 4.5.6 |
| <a name="module_foo"></a> [foo](#module\_foo) | [bar](bar) | 1.2.3 |
| <a name="module_foobar"></a> [foobar](#module\_foobar) | [[email protected]:module/path](https://github.com/module/path) | v7.8.9 |

## Resources

Expand Down

0 comments on commit 52bb210

Please sign in to comment.