Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docfx 2.65.0 #127779

Closed
wants to merge 1 commit into from
Closed

docfx 2.65.0 #127779

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes

Enhanced <inheritdoc /> support

The <inheritdoc /> tag for C# documentation comments now behaves more like Visual Studio and Visual Studio Code. Members automatically inherit documentation from their base class or interfaces, including base class library types. Additionally, you can use the cref and path attributes to customize the behavior of <inheritdoc />.

Mermaid Diagrams in markdown

You can now create Mermaid diagrams using markdown code blocks. Here's a simple example:

```mermaid
flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
```

LaTeX Math Expression in markdown

Incorporate LaTeX math expressions in your documentation using the $ or $$ delimiter. For instance:

$$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$

What's Changed

💥 Breaking Changes

🎉 New Features

💪 Other Changes

Full Changelog: dotnet/docfx@v2.64.0...v2.65.0

@github-actions github-actions bot added bump-formula-pr PR was created using `brew bump-formula-pr` dotnet .NET use is a significant feature of the PR or issue labels Apr 7, 2023
@carlocab carlocab added the CI-skip-dependents Pass --skip-dependents to brew test-bot. label Apr 7, 2023
@chenrui333
Copy link
Member

needs dotnet@8

@chenrui333 chenrui333 added the build failure CI fails while building the software label Apr 7, 2023
@chenrui333
Copy link
Member

closing for now

@chenrui333 chenrui333 closed this Apr 8, 2023
@ZhongRuoyu ZhongRuoyu mentioned this pull request Apr 19, 2023
@github-actions github-actions bot added the outdated PR was locked due to age label May 9, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 9, 2023
@p-linnane p-linnane deleted the bump-docfx-2.65.0 branch February 24, 2024 07:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` CI-skip-dependents Pass --skip-dependents to brew test-bot. dotnet .NET use is a significant feature of the PR or issue outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants