Skip to content

Commit

Permalink
trying to figure out image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
klalicki committed Mar 14, 2024
1 parent 36398b3 commit 4d4863d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/pages/projects/sample-markdown-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ eleventyNavigation:

Here is a paragraph of text. To style text in _italic_, use _one_ pair of _underscores_ or _asterisks_ around it. To style text in **bold**, use **two** pairs of **underscores** or **asterisks** around it. To style text in **_bold and italic_**, use **_three_** pairs of **_underscores_** or **_asterisks_** around it.

![](/img/sample/markdown-demo.jpg)
![](./img/sample/markdown-demo.jpg)

## Paragraphs

Expand Down

0 comments on commit 4d4863d

Please sign in to comment.