MaxMelcher / AzureDevOps.WikiPDFExport

Export Azure DevOps Wiki to PDF
MIT License
186 stars 62 forks source link

Support Azure DevOps specific tags #61

Open MaxMelcher opened 3 years ago

MaxMelcher commented 3 years ago

Basic Markdown

https://docs.microsoft.com/en-us/azure/devops/project/wiki/markdown-guidance?view=azure-devops

Wiki Markdown

https://docs.microsoft.com/en-us/azure/devops/project/wiki/wiki-markdown-guidance?view=azure-devops

Jheronymus commented 2 years ago

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.
MaxMelcher commented 2 years ago

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 commented 2 years ago

updated because of #75

MaxMelcher commented 2 years ago

updated because of #87

NenoLoje commented 1 month ago

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