Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for admonition (0.1 sec)

  1. docs/en/mkdocs.yml

        custom_fences:
        - name: mermaid
          class: mermaid
          format: !!python/name:pymdownx.superfences.fence_code_format
      pymdownx.tilde:
    
      # pymdownx blocks
      pymdownx.blocks.admonition:
        types:
        - note
        - attention
        - caution
        - danger
        - error
        - tip
        - hint
        - warning
        # Custom types
        - info
        - check
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 22 20:28:02 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. docs/en/docs/management-tasks.md

    * The translation doesn't use different Markdown structures, for example adding HTML tags when the original didn't have them.
    * The "admonition" sections, like `tip`, `info`, etc. are not changed or translated. For example:
    
    ```
    /// tip
    
    This is a tip.
    
    ///
    
    ```
    
    looks like this:
    
    /// tip
    
    This is a tip.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Aug 16 21:56:33 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * 👷 Add GitHub Action add-to-project. PR [#11999](https://github.com/fastapi/fastapi/pull/11999) by [@tiangolo](https://github.com/tiangolo).
    * 📝 Update admonitions in docs missing. PR [#11998](https://github.com/fastapi/fastapi/pull/11998) by [@tiangolo](https://github.com/tiangolo).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top