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

feat: experimental support for markdown output #9232

Merged
merged 14 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Class1

_Namespace:_ [BuildFromAssembly](BuildFromAssembly.md)

_Assembly:_ BuildFromAssembly.dll

This is a test class.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class CSharp

_Namespace:_ [BuildFromCSharpSourceCode](BuildFromCSharpSourceCode.md)

_Assembly:_ ?.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Interface IIssue8948

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Issue8665

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Issue8696Attribute

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Issue8948

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Test

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Class1

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Interface IInheritdoc

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Class1

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Class2

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Issue6366

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Issue7035

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Issue7484

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

This is a test class to have something for DocFX to document.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Issue8101

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Struct Issue8129

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Inheritdoc

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class A

_Namespace:_ [BuildFromProject](BuildFromProject.md).[Issue8540](BuildFromProject.Issue8540.md).[A](BuildFromProject.Issue8540.A.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class B

_Namespace:_ [BuildFromProject](BuildFromProject.md).[Issue8540](BuildFromProject.Issue8540.md).[B](BuildFromProject.Issue8540.B.md)

_Assembly:_ BuildFromProject.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class BaseClass1

_Namespace:_ [BuildFromVBSourceCode](BuildFromVBSourceCode.md)

_Assembly:_ ?.dll

This is the BaseClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Class1

_Namespace:_ [BuildFromVBSourceCode](BuildFromVBSourceCode.md)

_Assembly:_ ?.dll

This is summary from vb class...
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class CatException

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Cat

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll

<p>Here's main class of this <i>Demo</i>.</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Complex

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Enum ColorType

_Namespace:_ [CatLibrary](CatLibrary.md).[Core](CatLibrary.Core.md)

_Assembly:_ CatLibrary.Core.dll

Enumeration ColorType
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class ContainersRefTypeChild

_Namespace:_ [CatLibrary](CatLibrary.md).[Core](CatLibrary.Core.md)

_Assembly:_ CatLibrary.Core.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Interface ContainersRefTypeChildInterface

_Namespace:_ [CatLibrary](CatLibrary.md).[Core](CatLibrary.Core.md)

_Assembly:_ CatLibrary.Core.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Delegate ContainersRefTypeDelegate

_Namespace:_ [CatLibrary](CatLibrary.md).[Core](CatLibrary.Core.md)

_Assembly:_ CatLibrary.Core.dll

Delegate ContainersRefTypeDelegate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Struct ContainersRefType

_Namespace:_ [CatLibrary](CatLibrary.md).[Core](CatLibrary.Core.md)

_Assembly:_ CatLibrary.Core.dll

Struct ContainersRefType
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class ExplicitLayoutClass

_Namespace:_ [CatLibrary](CatLibrary.md).[Core](CatLibrary.Core.md)

_Assembly:_ CatLibrary.Core.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Issue231

_Namespace:_ [CatLibrary](CatLibrary.md).[Core](CatLibrary.Core.md)

_Assembly:_ CatLibrary.Core.dll

```csharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Delegate FakeDelegate

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll

Fake delegate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Interface IAnimal

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll

This is <b>basic</b> interface of all animal.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Interface ICat

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll

Cat's interface
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class ICatExtension

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll

It's the class that contains ICat interface's extension method.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Delegate MRefDelegate

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll

Generic delegate with many constrains.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Delegate MRefNormalDelegate

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll

Delegate in the namespace
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class Tom

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll

Tom class is only inherit from Object. Not any member inside itself.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Class TomFromBaseClass

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll

*TomFromBaseClass* inherits from @
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Enum ColorType

_Namespace:_ [MRef](MRef.md).[Demo](MRef.Demo.md).[Enumeration](MRef.Demo.Enumeration.md)

_Assembly:_ CatLibrary.dll

Enumeration ColorType
Expand Down