Simple recipe

Open
#123 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
wordpress
Domain
content, design

Research direction

Read the referenced 80-gh-view-design issue first, then use the embedded WordPress block markup and image as the recipe pattern specification. The work is done when the simple scrambled-eggs pattern is added in the repository and matches the supplied structure and content.

Written by the indexing model from the issue text.

Description

A very simple and basic recipe pattern. See 80-gh-view-design for details.

image

<!-- wp:heading {"align":"center","level":3} -->
<h3 class="has-text-align-center"><em>Scrambled eggs</em></h3>
<!-- /wp:heading -->

<!-- wp:paragraph {"align":"center","fontSize":"small","style":{"color":{"text":"#757575"}}} -->
<p class="has-text-align-center has-text-color has-small-font-size" style="color:#757575"><em>servings:</em><strong> 1</strong>, <em>prep time:</em> <strong>5 MINUTES</strong>, <em>cook time:</em> <strong>5 MINUTES</strong></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Best things in life are also often the simplest. This recipe produces rich and creamy scrambled eggs, that you'll go back to time and time again.</p>
<!-- /wp:paragraph -->

<!-- wp:separator {"className":"is-style-wide"} -->
<hr class="wp-block-separator is-style-wide"/>
<!-- /wp:separator -->

<!-- wp:heading {"level":4} -->
<h4><em><strong>Ingredients</strong></em></h4>
<!-- /wp:heading -->

<!-- wp:list -->
<ul><li>2 large eggs</li><li>1 tbs heavy whipping cream</li><li>1 tsp butter</li><li>1 tsp chopped chives</li><li>salt, pepper</li></ul>
<!-- /wp:list -->

<!-- wp:heading {"level":4} -->
<h4><em><strong>Directions</strong></em></h4>
<!-- /wp:heading -->

<!-- wp:list {"ordered":true} -->
<ol><li>Whisk eggs, pinch of salt, and heavy cream together in a small bowl until smooth.</li><li>Melt butter in a skillet over medium heat. Pour in egg mixture; slowly cook and stir from time to time until set, 3 to 5 minutes.</li><li>Sprinkle with chives, and add freshly cracked pepper to taste. Serve immediately.</li></ol>
<!-- /wp:list -->
Dominant language
No language data
Stars
7
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Automattic/blockpatterns

All issues in Automattic/blockpatterns

Similar issues

More Content issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.