Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: change the amount of apostrophes to show the correctly formatted output #4464

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

danilotc
Copy link
Contributor

@danilotc danilotc commented Jan 5, 2025

Description

This markup is not displaying the formatting correctly on the page. The number of apostrophes on lines 185 and 195 should be 4 apostrophes. See the VitePress documentation in Portuguese https://vitepress.dev/pt/guide/markdown#custom-title.

```md
::: danger STOP
Zona de perigo, não prossiga
:::
::: details Clique para ver o código
```js
console.log('Olá, VitePress!')
```
:::
```

Note

The file is correct in the English version of the documentation https://vitepress.dev/guide/markdown#custom-title.

````md
::: danger STOP
Danger zone, do not proceed
:::
::: details Click me to toggle the code
```js
console.log('Hello, VitePress!')
```
:::
````

@danilotc danilotc changed the title chore: change custom title to show formatted output resource docs: change custom title to show formatted output resource Jan 5, 2025
@danilotc danilotc changed the title docs: change custom title to show formatted output resource docs: change the amount of apostrophes to show the correctly formatted output Jan 6, 2025
@brc-dd brc-dd merged commit e73d4e3 into vuejs:main Jan 6, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants