I’m doing the same for the markdown module as I am for all other modules I’m using (about 20 of them) and putting the module path in New-UDEndpointInitialization -Module @()
I’ve also tried reinstalling the module and specifying import-module right before I use the New-UDMarkdown command but nothing seems to work. There doesn’t seem to be anything specific to the markdown module in the UDLog file other than:
Strange, I tried building a new VM, fresh install of UD and all the modules pulled down from the powershellgallery and I get the same issue on this VM too!
I’ve also tried a new test dashboard with just one card and a New-UDMarkdown as the content but the same issue happens.
@AlonGvili do you know what sort of timeframe we’re looking at for a fix to this? We’re looking to release the next version of our webapp soon which uses udmarkdown so I might have to re-write all of the markdown sections to UDHeading and UDParagraphs (which will be enormously time consuming!)
No worries, it seemed to get rid of the thead error but I now get another
I tried putting trow in the styles, table and thead hashtables but I couldn’t get it to work. Do you know what format it needs to be in and if there are any other properties that need adding?