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,8 +1,7 @@
# Class Class1

_Namespace:_ [BuildFromAssembly](BuildFromAssembly.md)

_Assembly:_ BuildFromAssembly.dll
__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,8 +1,7 @@
# Class CSharp

_Namespace:_ [BuildFromCSharpSourceCode](BuildFromCSharpSourceCode.md)

_Assembly:_ ?.dll
__Namespace:__ [BuildFromCSharpSourceCode](BuildFromCSharpSourceCode.md)
__Assembly:__ ?.dll

```csharp
public class CSharp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Interface IIssue8948

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public interface Class1.IIssue8948
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Issue8665

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class Class1.Issue8665
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Issue8696Attribute

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class Class1.Issue8696Attribute : Attribute
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Issue8948

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class Class1.Issue8948 : Class1.IIssue8948
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Test

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class Class1.Test<T>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Class1

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class Class1 : IClass1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Interface IInheritdoc

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public interface IInheritdoc
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Class1

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public abstract class Inheritdoc.Issue6366.Class1<T>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Class2

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class Inheritdoc.Issue6366.Class2 : Inheritdoc.Issue6366.Class1<bool>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Issue6366

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class Inheritdoc.Issue6366
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Issue7035

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class Inheritdoc.Issue7035
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Issue7484

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__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,8 +1,7 @@
# Class Issue8101

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class Inheritdoc.Issue8101
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Struct Issue8129

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public struct Inheritdoc.Issue8129
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Inheritdoc

_Namespace:_ [BuildFromProject](BuildFromProject.md)

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class Inheritdoc : IInheritdoc, IDisposable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class A

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

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md).[Issue8540](BuildFromProject.Issue8540.md).[A](BuildFromProject.Issue8540.A.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class A
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class B

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

_Assembly:_ BuildFromProject.dll
__Namespace:__ [BuildFromProject](BuildFromProject.md).[Issue8540](BuildFromProject.Issue8540.md).[B](BuildFromProject.Issue8540.B.md)
__Assembly:__ BuildFromProject.dll

```csharp
public class B
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class BaseClass1

_Namespace:_ [BuildFromVBSourceCode](BuildFromVBSourceCode.md)

_Assembly:_ ?.dll
__Namespace:__ [BuildFromVBSourceCode](BuildFromVBSourceCode.md)
__Assembly:__ ?.dll

This is the BaseClass

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

_Namespace:_ [BuildFromVBSourceCode](BuildFromVBSourceCode.md)

_Assembly:_ ?.dll
__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,8 +1,7 @@
# Class CatException

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll
__Namespace:__ [CatLibrary](CatLibrary.md)
__Assembly:__ CatLibrary.dll

```csharp
public class CatException<T> : Exception, ISerializable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Cat

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll
__Namespace:__ [CatLibrary](CatLibrary.md)
__Assembly:__ CatLibrary.dll

<p>Here's main class of this <i>Demo</i>.</p>
<p>You can see mostly type of article within this class and you for more detail, please see the remarks.</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Complex

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll
__Namespace:__ [CatLibrary](CatLibrary.md)
__Assembly:__ CatLibrary.dll

```csharp
public class Complex<T, J>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Enum ColorType

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

_Assembly:_ CatLibrary.Core.dll
__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,8 +1,7 @@
# Class ContainersRefTypeChild

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

_Assembly:_ CatLibrary.Core.dll
__Namespace:__ [CatLibrary](CatLibrary.md).[Core](CatLibrary.Core.md)
__Assembly:__ CatLibrary.Core.dll

```csharp
public class ContainersRefType.ContainersRefTypeChild
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Interface ContainersRefTypeChildInterface

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

_Assembly:_ CatLibrary.Core.dll
__Namespace:__ [CatLibrary](CatLibrary.md).[Core](CatLibrary.Core.md)
__Assembly:__ CatLibrary.Core.dll

```csharp
public interface ContainersRefType.ContainersRefTypeChildInterface
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Delegate ContainersRefTypeDelegate

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

_Assembly:_ CatLibrary.Core.dll
__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,8 +1,7 @@
# Struct ContainersRefType

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

_Assembly:_ CatLibrary.Core.dll
__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,8 +1,7 @@
# Class ExplicitLayoutClass

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

_Assembly:_ CatLibrary.Core.dll
__Namespace:__ [CatLibrary](CatLibrary.md).[Core](CatLibrary.Core.md)
__Assembly:__ CatLibrary.Core.dll

```csharp
public class ExplicitLayoutClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class Issue231

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

_Assembly:_ CatLibrary.Core.dll
__Namespace:__ [CatLibrary](CatLibrary.md).[Core](CatLibrary.Core.md)
__Assembly:__ CatLibrary.Core.dll

```csharp
public static class Issue231
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Delegate FakeDelegate

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll
__Namespace:__ [CatLibrary](CatLibrary.md)
__Assembly:__ CatLibrary.dll

Fake delegate

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

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll
__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,8 +1,7 @@
# Interface ICat

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll
__Namespace:__ [CatLibrary](CatLibrary.md)
__Assembly:__ CatLibrary.dll

Cat's interface

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Class ICatExtension

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll
__Namespace:__ [CatLibrary](CatLibrary.md)
__Assembly:__ CatLibrary.dll

It's the class that contains ICat interface's extension method.
<p>This class must be <b>public</b> and <b>static</b>.</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Delegate MRefDelegate

_Namespace:_ [CatLibrary](CatLibrary.md)

_Assembly:_ CatLibrary.dll
__Namespace:__ [CatLibrary](CatLibrary.md)
__Assembly:__ CatLibrary.dll

Generic delegate with many constrains.

Expand Down
Loading