Skip to content

Commit

Permalink
Added IDs to headings for anchor links (#1880)
Browse files Browse the repository at this point in the history
* Added IDs to headings for anchor links

* update anchor links to lowercase
  • Loading branch information
yuliyang authored Oct 25, 2023
1 parent 7ab0e29 commit 01e2df3
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- /wp:quote -->

<!-- wp:heading {"lock":{"move":true,"remove":true}} -->
<h2>Objectives</h2>
<h2 class="wp-block-heading" id="objectives">Objectives</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
Expand Down Expand Up @@ -50,7 +50,7 @@
<!-- /wp:quote -->

<!-- wp:heading {"lock":{"move":true,"remove":true}} -->
<h2>Prerequisite Skills</h2>
<h2 class="wp-block-heading" id="prerequisite-skills">Prerequisite Skills</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
Expand Down Expand Up @@ -86,7 +86,7 @@
<!-- /wp:list -->

<!-- wp:heading {"lock":{"move":true,"remove":true}} -->
<h2>Readiness Questions</h2>
<h2 class="wp-block-heading" id="readiness-questions">Readiness Questions</h2>
<!-- /wp:heading -->

<!-- wp:list -->
Expand Down Expand Up @@ -122,7 +122,7 @@
<!-- /wp:list -->

<!-- wp:heading {"lock":{"move":true,"remove":true}} -->
<h2>Materials Needed</h2>
<h2 class="wp-block-heading" id="materials-needed">Materials Needed</h2>
<!-- /wp:heading -->

<!-- wp:list -->
Expand Down Expand Up @@ -158,7 +158,7 @@
<!-- /wp:list -->

<!-- wp:heading {"lock":{"move":true,"remove":true}} -->
<h2>Notes for the Presenter</h2>
<h2 class="wp-block-heading" id="notes-for-the-presenter">Notes for the Presenter</h2>
<!-- /wp:heading -->

<!-- wp:list -->
Expand Down Expand Up @@ -202,7 +202,7 @@
<!-- /wp:list -->

<!-- wp:heading {"lock":{"move":true,"remove":true}} -->
<h2>Lesson Outline</h2>
<h2 class="wp-block-heading" id="lesson-outline">Lesson Outline</h2>
<!-- /wp:heading -->

<!-- wp:list -->
Expand Down Expand Up @@ -246,7 +246,7 @@
<!-- /wp:list -->

<!-- wp:heading {"lock":{"move":true,"remove":true}} -->
<h2>Exercises</h2>
<h2 class="wp-block-heading" id="exercises">Exercises</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
Expand Down Expand Up @@ -278,11 +278,11 @@
<!-- /wp:quote -->

<!-- wp:heading {"lock":{"move":true,"remove":true}} -->
<h2>Assessment</h2>
<h2 class="wp-block-heading" id="assessment">Assessment</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>There should be one assement item (or more) for each objective listed above. Each assessment item should support an objective; there should be none that don't.</p>
<p>There should be one assessment item (or more) for each objective listed above. Each assessment item should support an objective; there should be none that don't.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
Expand Down Expand Up @@ -322,7 +322,7 @@
<!-- /wp:quote -->

<!-- wp:heading {"lock":{"move":true,"remove":true}} -->
<h2>Additional Resources</h2>
<h2 class="wp-block-heading" id="additional-resources">Additional Resources</h2>
<!-- /wp:heading -->

<!-- wp:list -->
Expand Down Expand Up @@ -358,7 +358,7 @@
<!-- /wp:list -->

<!-- wp:heading {"lock":{"move":true,"remove":true}} -->
<h2>Example</h2>
<h2 class="wp-block-heading" id="example-lesson">Example Lesson</h2>
<!-- /wp:heading -->

<!-- wp:quote -->
Expand Down Expand Up @@ -386,6 +386,6 @@
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>[tip] 💡 Follow with the <a href="#Exercises">Exercises</a> and <a href="#Assessment">Assessment</a> outlined above.[/tip]</p>
<p>[tip] 💡 Follow with the <a href="#exercises">Exercises</a> and <a href="#assessment">Assessment</a> outlined above.[/tip]</p>
<!-- /wp:paragraph -->

0 comments on commit 01e2df3

Please sign in to comment.