Update MD editor config (https://github.com/woocommerce/woocommerce-blocks/pull/7968)
* Remove MD from editor config. Prettier handles formatting. * Resave docs * Update MD files
This commit is contained in:
parent
ebe05700ab
commit
0e1b05b92a
|
@ -22,6 +22,3 @@ trim_trailing_whitespace = false
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.md]
|
|
||||||
indent_style = space
|
|
||||||
|
|
|
@ -151,4 +151,3 @@ The following tutorials from [developer.woocommerce.com](https://developer.wooco
|
||||||
🐞 Found a mistake, or have a suggestion? [Leave feedback about this document here.](https://github.com/woocommerce/woocommerce-blocks/issues/new?assignees=&labels=type%3A+documentation&template=--doc-feedback.md&title=Feedback%20on%20./docs/README.md)
|
🐞 Found a mistake, or have a suggestion? [Leave feedback about this document here.](https://github.com/woocommerce/woocommerce-blocks/issues/new?assignees=&labels=type%3A+documentation&template=--doc-feedback.md&title=Feedback%20on%20./docs/README.md)
|
||||||
|
|
||||||
<!-- /FEEDBACK -->
|
<!-- /FEEDBACK -->
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,11 @@
|
||||||
- [Update Customer](#update-customer)
|
- [Update Customer](#update-customer)
|
||||||
- [Select Shipping Rate](#select-shipping-rate)
|
- [Select Shipping Rate](#select-shipping-rate)
|
||||||
|
|
||||||
|
Test:
|
||||||
|
|
||||||
|
- Hello
|
||||||
|
- Hello 2
|
||||||
|
|
||||||
The cart API returns the current state of the cart for the current session or logged in user.
|
The cart API returns the current state of the cart for the current session or logged in user.
|
||||||
|
|
||||||
All POST endpoints require [Nonce Tokens](nonce-tokens.md) and return the updated state of the full cart once complete.
|
All POST endpoints require [Nonce Tokens](nonce-tokens.md) and return the updated state of the full cart once complete.
|
||||||
|
|
Loading…
Reference in New Issue