From 2cda4dd1f0fbb6696d89dbf4a539d3f95d7e971e Mon Sep 17 00:00:00 2001 From: Chris Villa Date: Wed, 5 Jul 2023 18:31:07 +0100 Subject: [PATCH] docs: use consistent formatting for README API reference --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e474472b44..4908e473ad 100644 --- a/README.md +++ b/README.md @@ -173,9 +173,9 @@ The `Data` object stores the state of a page. Plugins that can be used to enhance Puck. -- `renderPage` (`Component`): Render the root node of the preview content -- `renderPageFields` (`Component`): Render the page fields -- `renderFields` (`Component`): Render the fields for the currently selected component +- **renderPage** (`Component`): Render the root node of the preview content +- **renderPageFields** (`Component`): Render the page fields +- **renderFields** (`Component`): Render the fields for the currently selected component ## License