From 50016f19951ce8f00d933a8142139d8c9ef687c1 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 13 Jan 2022 10:21:52 -0500 Subject: [PATCH] Correcting broken formatting Fixed a missing newline in a code block that caused it to not render the code and corrected the link to the project at the bottom of the article. --- ...part-vi-in-depth-building-the-foxdeploy-dsc-designer.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_posts/2016-09-20-part-vi-in-depth-building-the-foxdeploy-dsc-designer.md b/_posts/2016-09-20-part-vi-in-depth-building-the-foxdeploy-dsc-designer.md index 8f2387f..02178b3 100644 --- a/_posts/2016-09-20-part-vi-in-depth-building-the-foxdeploy-dsc-designer.md +++ b/_posts/2016-09-20-part-vi-in-depth-building-the-foxdeploy-dsc-designer.md @@ -253,7 +253,8 @@ These elements render up like so: Finally, to add the resultant textbox. The only thing out of the ordinary here is that I knew our DSC Configuration would be long, and didn't want the UI to resize when the configuration loaded, so I added a ScrollViewer, which is just a wrapper class to add scrollbars. -```xml +```xml + ``` We also added a status bar to the very bottom, and with these changes in place, here is our current UI. @@ -303,9 +304,7 @@ Last of all, I wanted a way to display a prompt to the user that the file was ex ## What's next? -This is what I've been able to complete so far, and it WORKS! If you'd like to, feel free to pitch in and help me out, the project is available here. - -![](https://github.com/1RedOne/DSC-Designer) +This is what I've been able to complete so far, and it WORKS! If you'd like to, feel free to pitch in and help me out, the [project is available here](https://github.com/1RedOne/DSC-Designer). Here are my short-term design goals for the project from here on: