Render images server side. Remove JS hack to get images to render.
This commit is contained in:
parent
5d67e92245
commit
3eca70a102
9 changed files with 107 additions and 35 deletions
14
Website.sln
14
Website.sln
|
@ -9,6 +9,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Website.Tests", "Website.Te
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{0752E29F-71E3-4CCD-BEA6-8F171322380F}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Website.Markdig.Extensions", "Website.Markdig.Extensions\Website.Markdig.Extensions.csproj", "{370DEBB3-6309-45AB-82A0-03E663823302}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -53,6 +55,18 @@ Global
|
|||
{0752E29F-71E3-4CCD-BEA6-8F171322380F}.Release|x64.Build.0 = Release|Any CPU
|
||||
{0752E29F-71E3-4CCD-BEA6-8F171322380F}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{0752E29F-71E3-4CCD-BEA6-8F171322380F}.Release|x86.Build.0 = Release|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Release|x64.Build.0 = Release|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{370DEBB3-6309-45AB-82A0-03E663823302}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue