We have a wiki in Azure DevOps and would like to port this to our webbased application to be visible within. (Redirection is not an option: the wiki has to run inside the application.)
Looking at the Azure DevOps wiki HTML, it seems the DevOps wiki markdown is rendered by multiple JS scripts: it-markdown, katex, a script for TOC generation, etc. Has anyone managed to merge al these JS scripts into one to render an Azure DevOps wiki markdown file outside of DevOps environment?
Note that this question is specific to Azure DevOps markdown flavor while this answer in generic doesn't cover specific features such as LaTeX, table of contents, etc. in markdown!