* Remove MD from editor config. Prettier handles formatting.

* Resave docs

* Update MD files
This commit is contained in:
Mike Jolley 2022-12-19 12:06:48 +00:00 committed by GitHub
parent ebe05700ab
commit 0e1b05b92a
3 changed files with 21 additions and 20 deletions

View File

@ -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

View File

@ -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 -->

View File

@ -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.