diff --git a/.remarkrc.mjs b/.remarkrc.mjs index 175ab2ff..3864c0be 100644 --- a/.remarkrc.mjs +++ b/.remarkrc.mjs @@ -2,6 +2,7 @@ import remarkPresetLintRecommended from 'remark-preset-lint-recommended'; import remarkFrontmatter from 'remark-frontmatter'; import remarkMdx from 'remark-mdx'; import remarkNoInlineCodeFences from './src/plugins/remark-no-inline-code-fences.mjs'; +import remarkNoHtmlLinks from './src/plugins/remark-no-html-links.mjs'; export default { plugins: [ @@ -9,5 +10,6 @@ export default { remarkMdx, remarkPresetLintRecommended, remarkNoInlineCodeFences, + remarkNoHtmlLinks, ], }; diff --git a/src/content/docs/learning-course/index.mdx b/src/content/docs/learning-course/index.mdx index 43b234f8..b3dac77f 100644 --- a/src/content/docs/learning-course/index.mdx +++ b/src/content/docs/learning-course/index.mdx @@ -11,8 +11,8 @@ Welcome to FRCSoftware's learning course! The purpose of this course is to help The progression of the course moves from learning how to write Java to programming robots of increasing complexity. We start individual mechanisms of robots, using the FRC Kitbot, then move to more complex robots. -Software in FRC is always changing! If you want to give feedback or have comments, feel free to do so through our Github -or Discord. +Software in FRC is always changing! If you want to give feedback or have comments, feel free to do so through our [Github](https://github.com/frcsoftware/frcsoftware.org) +or [Discord.](discord.gg/uUugPrPZFs) Discord.