Skip to content

Commit 49d6c2c

Browse files
authored
Update acode.md
1 parent acbb8cd commit 49d6c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/global-apis/acode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ const file = acode.newEditorFile('example.js', {
251251
});
252252
```
253253

254-
:::tip
254+
::: tip
255255
This method is equivalent to `new EditorFile(filename, options)`. Both methods accept and return the same parameters.
256256
:::
257257

258258
::: info
259259
This API was added in `v1.11.0` (versionCode: `956`) and marked stable in `v1.11.2` (versionCode: `958`)
260-
:::
260+
:::

0 commit comments

Comments
 (0)