Skip to content

Commit

Permalink
unique IDs for the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyroman committed Nov 6, 2023
1 parent cad7463 commit 551c882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ It can be constructed using a string for each component, or from a shorthand str
</ul>
</div>

<div class="example" id="example-intro">
<div class="example" id="example-intro-2">
<p>The shorthand "`http{s}?://{:subdomain.}?shop.example/products/:id([0-9]+)#reviews`" corresponds to the following components:

<dl class="props">
Expand Down Expand Up @@ -118,7 +118,7 @@ It can be constructed using a string for each component, or from a shorthand str
</ul>
</div>

<div class="example" id="example-intro">
<div class="example" id="example-intro-3">
<p>The shorthand "`../admin/*`" with the base URL "`https://discussion.example/forum/?page=2`" corresponds to the following components:

<dl class="props">
Expand Down

0 comments on commit 551c882

Please sign in to comment.