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

Create extensions for DoxFX-flavoured markdown #15

Open
Cloud-Awesome opened this issue Oct 3, 2021 · 2 comments
Open

Create extensions for DoxFX-flavoured markdown #15

Cloud-Awesome opened this issue Oct 3, 2021 · 2 comments

Comments

@Cloud-Awesome
Copy link
Owner

Cloud-Awesome commented Oct 3, 2021

@Cloud-Awesome
Copy link
Owner Author

As these are DocFX specific, are (intentional) variations away from GFM(?) they should be included in an explicit separate namespace.

e.g. something like

var warningBox = new DocFx.MdInfoBox("This is the content of the box", MdInfoBoxType.Warning)

which produces:

> [!WARNING]
> This is the content of the box
>

@Cloud-Awesome
Copy link
Owner Author

Keep in mind conversion to PDF should always be supported. Each component needs to be supported for web and PDF (preferably).

e.g. the tabbed content wouldn't translate very well into a PDF? ;)

Cloud-Awesome added a commit that referenced this issue Oct 18, 2021
- Notes
- Section Definitions
- Yaml Header
Cloud-Awesome added a commit that referenced this issue Oct 18, 2021
- Notes
- Section Definitions
- Yaml Header

Closes #1
@Cloud-Awesome Cloud-Awesome changed the title Create extensions for DoxFX-specific functions Create extensions for DoxFX-flavoured markdown Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant