Azure devOps wiki create tables microsoft docs style

0 votes

How do I create a table on the Azure DevOps wiki to have the same theme and appearance as Microsoft? 

enter image description here

Now I am using this pattern. But I want to use the same style as Microsoft uses for its docs.
|H1|H2| 
|-|-| 
|Content|

Any help would be appreciated.

Apr 15, 2022 in Other DevOps Questions by Kichu
• 19,040 points
2,080 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes

As the Wiki is mainly driven by Markdown, If you want to do anything it should be done in the markdown. So the below workaround would be the only way to do this.

Workaround.

Use HTML tables on Azure devops Wiki:

<table>

  <tr>

    <td>H1</td>

    <td>H2</td>

  </tr>

  <tr>

    <td colspan="2">content</td>

  </tr>

</table>

I hope this helps you.

answered Apr 17, 2022 by narikkadan
• 63,600 points

edited Mar 5

Related Questions In Other DevOps Questions

0 votes
1 answer

How to show Azure DevOps wiki attachment that has been created by API

This doesn't appear to be an issue ...READ MORE

answered Feb 8, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
1,555 views
0 votes
1 answer
0 votes
1 answer

Create an automatic PR and complete it Azure DevOps

You can retrieve the creator ID after ...READ MORE

answered Feb 9, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
2,627 views
0 votes
0 answers
0 votes
0 answers
0 votes
1 answer
0 votes
0 answers

Adding Images in Azure DevOps Wiki

I want to add a few images ...READ MORE

Apr 2, 2022 in Other DevOps Questions by Kichu
• 19,040 points
2,565 views
0 votes
0 answers

Adding Images in Azure DevOps Wiki

In one of my Azure DevOps projects,&n ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
1,325 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP