@@ -281,7 +281,7 @@ git clone <YOUR_REPOSITORY_HTTPS_URL_HERE>
281281:class: simple
282282:icon: false
283283
284- This command produces the following output:
284+ ...this command produces the following output:
285285
286286```
287287Cloning into 'myst-exercise'...
@@ -507,7 +507,7 @@ myst build --pdf
507507:class: simple
508508:icon: false
509509
510- This command fails with:
510+ ...this command fails with:
511511
512512```
513513📭 No file exports with kind "pdf" found.
@@ -634,7 +634,7 @@ To build the PDF, try `myst build --pdf` again.
634634:class : simple
635635:icon : false
636636
637- The command produces the following output at the end :
637+ ... this command produces the following output at the end:
638638
639639```
640640🖨 Rendering typst pdf to paper.pdf
@@ -648,7 +648,7 @@ Double-click `paper.pdf` in the JupyterLab file browser.
648648:class: simple
649649:icon: false
650650
651- The content is fairly simple.
651+ ...the content is fairly simple.
652652There is a title page, a blank table of contents, and then your content on the 3rd page.
653653:::
654654
@@ -729,7 +729,7 @@ myst init --gh-pages
729729:class: simple
730730:icon: false
731731
732- This will create a new file (and its parent directories) at
732+ ...this created a new file (and its parent directories) at
733733` .github/workflows/deploy.yml ` .
734734
735735** You may need to show hidden files so you can see the ` .github ` directory in the file
@@ -750,7 +750,7 @@ Click the "Actions" tab at the top.
750750:class: simple
751751:icon: false
752752
753- There is 1 workflow run, ideally with a green checkmark.
753+ ...there is 1 workflow run listed , ideally with a green checkmark.
754754:::
755755
756756Click on the workflow run shown on this page.
@@ -764,7 +764,7 @@ Click the link in the "deploy" node to view your built website.
764764:class: simple
765765:icon: false
766766
767- Your webpage displays on the public Internet!
767+ ...your webpage displays on the public Internet!
768768
769769At the top-right of this page, there's a "download" icon that looks a bit like this:
770770
@@ -797,7 +797,7 @@ changes".
797797:class: simple
798798:icon: false
799799
800- Your GitHub Pages URL is visible near the cog/gear icon.
800+ ...your GitHub Pages URL is visible near the cog/gear icon.
801801Click the link to immediately open your website.
802802:::
803803
0 commit comments