Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Oct 24, 2023
1 parent 73b8d60 commit 678ba54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/integrations/markdoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,17 +478,17 @@ When using nested tags in Markdoc, it can be helpful to indent the content insid
```md
# Welcome to Markdoc with indented tags 👋

# Note: Can use either spaces or tabs for indentation

{% custom-tag %}
{% custom-tag %}
### Tags can be indented for better readability
{% custom-tag %} ### Tags can be indented for better readability

{% another-custom-tag %}
This is easier to follow when there is a lot of nesting
{% /another-custom-tag %}

{% /custom-tag %}
{% /custom-tag %}
{% /custom-tag %}
```
Expand Down
1 change: 0 additions & 1 deletion packages/integrations/markdoc/test/render.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ describe('Markdoc - render', () => {
renderIndentedComponentsChecks(html);

await server.stop();

});

it('renders content - with `render: null` in document', async () => {
Expand Down

0 comments on commit 678ba54

Please sign in to comment.