Skip to content

Commit

Permalink
fix mdformat admonition conflict
Browse files Browse the repository at this point in the history
Pinned mdformat-mkdocs to minimum 4.1.2
Removed mdformat-admon
  • Loading branch information
fyliu committed Feb 11, 2025
1 parent c937cc0 commit d6cec43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ repos:
docs/license.md$
)
additional_dependencies:
- mdformat-admon
- mdformat-mkdocs[recommended]
- mdformat-mkdocs[recommended]>=4.1.2

- repo: local
hooks:
Expand Down
1 change: 1 addition & 0 deletions docs/contributing/dev_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ You can fork the hackforla/peopledepot repository by clicking <a href="https://g
. A fork is a copy of the repository that will be placed on your GitHub account.

!!! note "It should create a URL that looks like the following -> `https://github.com/<your_GitHub_user_name>/peopledepot`"

!!! example "For example -> `https://github.com/octocat/peopledepot`"

!!! info "What you have created is a forked copy in a remote version on GitHub. It is not on your local machine yet"
Expand Down
1 change: 1 addition & 0 deletions docs/contributing/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ This step is optional if this is your first time fixing an issue and you want to
In the [People-depot Slack channel](https://hackforla.slack.com/messages/people-depot/), send an introductory message with your GitHub `handle/username` asking to be added to the Hack for LA peopledepot GitHub repository, have access to the Google Docs Drive, and Figma.

!!! note "Please do the following once you have accepted the GitHub invite (comes via email or in your GitHub notifications)"

Make your own Hack for LA GitHub organization membership public by following this [guide](https://help.github.com/en/articles/publicizing-or-hiding-organization-membership#changing-the-visibility-of-your-organization-membership).
1 change: 1 addition & 0 deletions docs/contributing/tools/mkdocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Here's a list of commonly used MkDocs syntax for quick reference.
!!! example "Simple Block"

!!! example

Content Block Text

??? example "Expandable Block"
Expand Down

0 comments on commit d6cec43

Please sign in to comment.