From 478c5efc6c2058b51f1c9ccbd4dd33503896b99e Mon Sep 17 00:00:00 2001 From: colevandersWands <18554853+colevandersWands@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:12:39 -0500 Subject: [PATCH] link to markdownlint errors, @mariacommits --- 1_development_workflows/deliverables.md | 3 ++- suggested_study/README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/1_development_workflows/deliverables.md b/1_development_workflows/deliverables.md index 39adc20..bee32cc 100644 --- a/1_development_workflows/deliverables.md +++ b/1_development_workflows/deliverables.md @@ -15,7 +15,8 @@ interests, and anything else you'd like to share. > Here are some ideas to help with this workshop's deliverable. Don't see what you need here? Look through the rest of [Suggested Study](../suggested_study/) or search what you need online. -Writing Markdown in VSCode: [Traversy](https://www.youtube.com/watch?v=HUBNt18RFbo), [James Q Quick](https://www.youtube.com/watch?v=pTCROLZLhDM). +- Writing Markdown in VSCode: [Traversy](https://www.youtube.com/watch?v=HUBNt18RFbo), [James Q Quick](https://www.youtube.com/watch?v=pTCROLZLhDM). +- [A reference of all the MarkdownLint errors and how to fix them.](https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md) Get inspired for your Profile README diff --git a/suggested_study/README.md b/suggested_study/README.md index b8977db..1404be4 100644 --- a/suggested_study/README.md +++ b/suggested_study/README.md @@ -65,6 +65,7 @@ know something we're missing, send a Pull Request! All languages are welcome. In this video, we will walk through the basics of Markdown such as creating headers, lists, tables, etc. We will use Visual Studio Code (VSCode) which allows us to see a live preview of our Markdown as we type in code. +- [A list of all the MarkdownLint errors and how to fix them](https://github.com/markdownlint/markdownlint/blob/main/docs/RULES.md) ## READMEs