I am using Markdown, google prettify and bootstrap then result comes in single line like this
Create Proc log AS Begin Try Select 10 / 0 End Try Begin Catch EXEC LogErr End Catch
Just commented out the "~/Content/bootstrap.css" file in bundling of my mvc application and result comes like this
Create Proc log
AS
Begin Try
Select 10 / 0
End Try
Begin Catch
EXEC LogErr
End Catch
My entire application is designed by using the bootstrap, so I cannot remove this CSS, Is there any way to use the bootstrap with google prettify and markdown?