AzureDevOps.WikiPDFExport icon indicating copy to clipboard operation
AzureDevOps.WikiPDFExport copied to clipboard

Support Azure DevOps specific tags

Open MaxMelcher opened this issue 4 years ago • 5 comments

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

MaxMelcher avatar May 20 '21 07:05 MaxMelcher

For me the checklist or task list already works. (rendered with the devopswikistyle.css)

Screenshot from my PDF: image

used markdown

**Result:**  

- [ ] A  
- [ ] B  
- [ ] C  
- [x] A  
- [x] B  
- [x] C  

> A checklist within a table cell isn't supported.

Jheronymus avatar Jul 15 '21 18:07 Jheronymus

For me the checklist or task list already works. (rendered with the devopswikistyle.css)

Screenshot from my PDF:

image

used markdown


**Result:**  



- [ ] A  

- [ ] B  

- [ ] C  

- [x] A  

- [x] B  

- [x] C  



> A checklist within a table cell isn't supported.

Thanks, checked above.

MaxMelcher avatar Jul 15 '21 19:07 MaxMelcher

updated because of #75

MaxMelcher avatar Aug 23 '21 16:08 MaxMelcher

updated because of #87

MaxMelcher avatar Jan 24 '22 13:01 MaxMelcher

@MaxMelcher There is also an Azure DevOps-specific TOC tag that includes child pages: [[TOSP]]

NenoLoje avatar May 10 '24 17:05 NenoLoje