Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{
"files": "*.mdx",
"options": {
"singleAttributePerLine": false,
"proseWrap": "preserve"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ This will help ensure that you don’t miss any important information.

This stage will cover the following topics

- <a href="\learning-course\intro-to-java\java-fundamentals">
{' '}
Java Fundamentals{' '}
</a>
{/* prettier-ignore */}
- <a href="\learning-course\intro-to-java\java-fundamentals"> Java Fundamentals </a>
- <a href="\learning-course\intro-to-java\conditionals"> Conditionals </a>
Loading