Fix markdown lint issues

This commit is contained in:
Nathan Schneider 2023-10-06 11:49:10 -03:00 committed by Matt Sherman
parent e3f350cffc
commit 4a97065da2
1 changed files with 6 additions and 6 deletions

View File

@ -36,12 +36,12 @@ To choose, put yourself in the merchants shoes: where would you go to find th
Field extensions are the simplest type of extension. They can add new, replace, and expand existing form fields in any section, hide fields, and change form defaults.
#### ✅ What they are for:
#### ✅ What they are for
* Single-field, supplementary features
* Showing or hiding form elements depending on specific conditions
#### ❌ What they arent for:
#### ❌ What they arent for
* Multi-field or multi-step forms
* Complex tables
@ -56,13 +56,13 @@ Field extensions are the simplest type of extension. They can add new, replace,
Groups add extra fields to existing form sections. They are small forms with a low to medium level of complexity. This interface location works best for extensions that add extra features that build off an existing Woo functionality.
#### ✅ What they are for:
#### ✅ What they are for
* Relevant features that can be crucial to merchants product creation flow
* 2-5 field forms with limited functionality, f.e. dimensions or tax settings
* Lists of items, f.e. attachments, channels, or accounts
#### ❌ What they arent for:
#### ❌ What they arent for
* Simple extensions with 1-2 fields
* Multi-step forms and complex tables
@ -78,13 +78,13 @@ Groups add extra fields to existing form sections. They are small forms with a l
Sections are significant parts of the form that may consist of multiple groups and fields. They should be used sparsely throughout the form, so merchants are not overwhelmed with options while filling out the information about their products.
#### ✅ What they are for:
#### ✅ What they are for
* Complex forms with multiple fields, tables, and list items
* Standalone features that that doesnt build off of anything else
* Extensions that rely on user-created items, such as tags or attributes
#### ❌ What they arent for:
#### ❌ What they arent for
* Simple extensions with 1-2 fields
* Read-only descriptions, setup guides, and advertisements