0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

This commit is contained in:
ematipico 2023-10-24 07:43:49 +00:00 committed by astrobot-houston
parent 73b8d60f8c
commit 678ba54056
2 changed files with 3 additions and 4 deletions

View file

@ -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 %}
```

View file

@ -56,7 +56,6 @@ describe('Markdoc - render', () => {
renderIndentedComponentsChecks(html);
await server.stop();
});
it('renders content - with `render: null` in document', async () => {