Skip to content

Commit

Permalink
fix style of docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane authored Apr 3, 2024
1 parent acca32f commit 52d00d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/formatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
order: 4
---

## Formatter
# Formatter

### markup_fmt with dprint
## markup_fmt with dprint

[markup_fmt](https://github.com/g-plane/markup_fmt) can format Vento templates. This can be used in dprint as a plugin.
You can also install other dprint plugins that can format JavaScript code, so the expressions in templates can get formatted.
Expand All @@ -20,7 +20,7 @@ dprint config add typescript

Then, update the `dprint.json` as below:

```json
```jsonc
{
// ...
"plugins": [
Expand Down

0 comments on commit 52d00d5

Please sign in to comment.