ephos / ephos.github.io

Blog and ramblings of Rob (ephos).
https://ephos.github.io
MIT License
4 stars 2 forks source link

PowerShell & Markdown Quirk 1 info #1

Open kilasuit opened 2 years ago

kilasuit commented 2 years ago

Quirk 1 is intended behaviour and if you want settings to persist then you should add these into one of the PowerShell Profiles (which do not always follow you between devices) - for more info on the profiles you can see the about_profile documentation

ephos commented 9 months ago

Sorry, I don't check the issues here very often! Yes adding these settings to your $PROFILE will certainly work around this (if it's still the way markdown in PowerShell works). I like/prefer the approach the upcoming Microsoft.PowerShell.PSResourceGet module have where parts of the configuration can be stored in a file.