Doug Finke
Doug Finke
Could you also post the `changelog.md`?
Thanks for the translation, I had to head off to Google translate. `ConvertFrom-Markdown` works by using ` and ` in your markdown. https://github.com/dfinke/ConvertFromMarkdown/blob/master/README.md#chapters On my side the `ConvertFrom-Markdown -markdownFile .\changelog.md...
Thanks! Is the md file you're working with on OneDrive? Could you move it to a different location add try to process it? Otherwise, could you post it and I'll...
Thanks! Is the md file you're working with on OneDrive? Could you move it to a different location add try to process it? Otherwise, could you post it and I'll...
Quick scan looks like you need to add at least one `` and `` https://github.com/dfinke/ConvertFromMarkdown#chapters
Good question. Not sure it works anymore, this code here: https://github.com/dfinke/ConvertToClass/blob/master/ConvertToClass.psm1#L284 Wired it into the VS Code PS editor commands. Not sure if it still works.
You can F5 the file before saving and it runs the tests.
If I prime the pump, type `get-`, then paste, intellisense works.
Returns 0 matches unless you do `get-` first. https://github.com/PowerShell/PowerShellEditorServices/blob/master/src/PowerShellEditorServices/Language/AstOperations.cs#l68-l74
Yeah, nothing obvious about this. It's definitely frustrating as a user but fixing it, it's a tough one.