Skip to content

Commit b9ca007

Browse files
committed
docs: set html syntax in some sections
1 parent ee96e09 commit b9ca007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ These examples use Vue Composition API and TypeScript.
154154
- [Card](examples/CardElement.vue)
155155
- [Express Checkout](examples/ExpressCheckoutElement.vue)
156156

157-
#### Screenshot
157+
### Screenshot
158158

159159
![Vue Stripe.js demo screenshot](examples/demo/demo_screenshort.png)
160160

@@ -204,7 +204,7 @@ type StripeElementType =
204204

205205
## Events
206206

207-
```vue
207+
```html
208208
<StripeElement @blur="doSomething" />
209209
```
210210
Following events are emitted on StripeElement
@@ -223,7 +223,7 @@ Following events are emitted on StripeElement
223223

224224
Apply classes to components
225225

226-
```vue
226+
```html
227227
<StripeElements class="border">
228228
<StripeElement class="p-4" type="card" :options="cardOptions" />
229229
</StripeElements>

0 commit comments

Comments
 (0)