AzureDevOps.WikiPDFExport
AzureDevOps.WikiPDFExport copied to clipboard
Support Azure DevOps specific tags
Basic Markdown
- [x] Headers
- [x] Paragraphs and line breaks
- [x] Blockquotes
- [x] Horizontal rules
- [x] Emphasis (bold, italics, strikethrough)
- [x] Code highlighting
- [x] Tables
- [x] Lists
- [x] Links
- [x] Images
- [x] Checklist or task list
- [x] Emoji
- [x] Ignore or escape Markdown syntax to enter specific or literal characters
- [x] Attachments (does not make sense)
- [x] Mathematical notation and characters, #67
https://docs.microsoft.com/en-us/azure/devops/project/wiki/markdown-guidance?view=azure-devops
Wiki Markdown
- [x] Table of contents (TOC) for Wiki pages
- [x] Add Mermaid diagrams to a Wiki page
- [x] Embed videos in a Wiki page
- [x] YAML tags
- [x] Embed Azure Boards query results in Wiki
- [ ] @mention users and groups
- [x] Link to work items from a Wiki page
- [x] HTML tag support in wiki pages
https://docs.microsoft.com/en-us/azure/devops/project/wiki/wiki-markdown-guidance?view=azure-devops
For me the checklist or task list already works. (rendered with the devopswikistyle.css)
Screenshot from my PDF:

used markdown
**Result:**
- [ ] A
- [ ] B
- [ ] C
- [x] A
- [x] B
- [x] C
> A checklist within a table cell isn't supported.
For me the checklist or task list already works. (rendered with the devopswikistyle.css)
Screenshot from my PDF:
used markdown
**Result:** - [ ] A - [ ] B - [ ] C - [x] A - [x] B - [x] C > A checklist within a table cell isn't supported.
Thanks, checked above.
updated because of #75
updated because of #87
@MaxMelcher There is also an Azure DevOps-specific TOC tag that includes child pages: [[TOSP]]