Skip to content

Commit

Permalink
Update introduction_to_grid.md
Browse files Browse the repository at this point in the history
trying to fix linting
  • Loading branch information
aswain009 authored Nov 4, 2024
1 parent 8bc2e07 commit ba53cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intermediate_html_css/grid/introduction_to_grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ For one-dimensional layouts, Flex offers a convenient tool without having to rel

For two-dimensional layouts, you learned a little bit about `flex-wrap`, which allows you to take your flex items and wrap them to the next line. This can be done with either a row that wraps to another row, or a column that wraps to another column.

Remember how much fun you had solving the card layout in this exercise?
[![flex-exercise-desired-outcome.png](https://github.com/TheOdinProject/css-exercises/blob/main/foundations/flex/07-flex-layout-2/desired-outcome.png)](https://github.com/TheOdinProject/css-exercises/tree/main/foundations/flex/07-flex-layout-2)
Remember how much fun you had solving the card layout in <a href="https://github.com/TheOdinProject/css-exercises/tree/main/foundations/flex/07-flex-layout-2"> this</a> exercise?

Check failure on line 48 in intermediate_html_css/grid/introduction_to_grid.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags.

intermediate_html_css/grid/introduction_to_grid.md:48 TOP007/use-markdown-links Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags. [ Expected: "[ this](https://github.com/TheOdinProject/css-exercises/tree/main/foundations/flex/07-flex-layout-2)" Actual: "<a href="https://github.com/TheOdinProject/css-exercises/tree/main/foundations/flex/07-flex-layout-2"> this</a>" ] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP007.md
![flex-exercise-desired-outcome.png](https://github.com/TheOdinProject/css-exercises/blob/main/foundations/flex/07-flex-layout-2/desired-outcome.png)

We know that was a frustrating one, but it's part of the point. While Flexbox allows you to build a layout of rows and columns together, it isn’t always easy.

Expand Down

0 comments on commit ba53cf8

Please sign in to comment.