I'm just going to take this thread a little further. I am currently creating a 'Packery' based demo in GitHub complete with folders for the HTML, JS and CSS. Then I nest in the shadow HTML asset created by the GIT File Bridge that has links to JS and CSS in it (the links had to be written with ./?a=####:css/style.css format in the GitHub editor for the links to work when viewing the page).
Anyway, I came across a really weird feature. By default, all the spaces in the HTML file coming from the GIT repo are replaced with <br /> tags. Which just breaks my code and ruins the presentation of the page. Now if I go back into the GitHub editor and then select the indent mode to be 'tabs' (in the top right corner of the editor) and then commit the changes - when I refresh the page, everything displays properly and there are no <br /> tags in my nested HTML code.
Is this an intentional feature or not? I don't understand how HTML blank spaces are intepreted as <br /> tags when the webhook pushes the updated HTML file through...