How to create tables on Azure Devops wiki with the same appearences as Microsoft's ?
right now I'm using this pattern, but would like to use the same style that Microsoft uses for its docs.
|H1|H2|
|-|-|
|Content|
results to ==>
| H1 | H2 |
|---|---|
| Content |
How to create tables on Azure Devops wiki with the same appearences as Microsoft's ?
right now I'm using this pattern, but would like to use the same style that Microsoft uses for its docs.
|H1|H2|
|-|-|
|Content|
results to ==>
| H1 | H2 |
|---|---|
| Content |
On
I dont think thats possible. The Wiki is mainly driven by Markdown, so everythin you want to do needs to be possible in Markdown
You could try to use HTML tables on Azure devops Wiki: