Skip to content

Commit

Permalink
mathjax & fix exporting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguanzhou committed Aug 15, 2016
1 parent 16059c2 commit d9b7d40
Show file tree
Hide file tree
Showing 59 changed files with 18,687 additions and 32 deletions.
175 changes: 172 additions & 3 deletions MarkDownEditor.Setup/Product.wxs

Large diffs are not rendered by default.

33 changes: 32 additions & 1 deletion MarkDownEditor.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkDownEditor", "MarkDownEditor\MarkDownEditor.csproj", "{48932BB7-3CC3-4897-A466-BE91A9FA1E40}"
ProjectSection(ProjectDependencies) = postProject
{B0F82DB9-F3EF-458E-8331-57563ABB84A8} = {B0F82DB9-F3EF-458E-8331-57563ABB84A8}
EndProjectSection
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "MarkDownEditor.Setup", "MarkDownEditor.Setup\MarkDownEditor.Setup.wixproj", "{C80C4996-3D52-4236-9AFE-5F48997DC5B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WkHtmlToPdfWrapper", "WkHtmlToPdfWrapper\WkHtmlToPdfWrapper.csproj", "{B0F82DB9-F3EF-458E-8331-57563ABB84A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WkHtmlToImageWrapper", "WkHtmlToImageWrapper\WkHtmlToImageWrapper.csproj", "{D01A2A12-54DD-4B88-A46A-926B4D0154DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -35,6 +42,30 @@ Global
{C80C4996-3D52-4236-9AFE-5F48997DC5B6}.Release|x64.ActiveCfg = Release|x86
{C80C4996-3D52-4236-9AFE-5F48997DC5B6}.Release|x86.ActiveCfg = Release|x86
{C80C4996-3D52-4236-9AFE-5F48997DC5B6}.Release|x86.Build.0 = Release|x86
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Debug|x64.ActiveCfg = Debug|Any CPU
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Debug|x64.Build.0 = Debug|Any CPU
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Debug|x86.ActiveCfg = Debug|Any CPU
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Debug|x86.Build.0 = Debug|Any CPU
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Release|Any CPU.Build.0 = Release|Any CPU
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Release|x64.ActiveCfg = Release|Any CPU
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Release|x64.Build.0 = Release|Any CPU
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Release|x86.ActiveCfg = Release|Any CPU
{B0F82DB9-F3EF-458E-8331-57563ABB84A8}.Release|x86.Build.0 = Release|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Debug|x64.ActiveCfg = Debug|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Debug|x64.Build.0 = Debug|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Debug|x86.ActiveCfg = Debug|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Debug|x86.Build.0 = Debug|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Release|Any CPU.Build.0 = Release|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Release|x64.ActiveCfg = Release|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Release|x64.Build.0 = Release|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Release|x86.ActiveCfg = Release|Any CPU
{D01A2A12-54DD-4B88-A46A-926B4D0154DE}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
3 changes: 3 additions & 0 deletions MarkDownEditor/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
<setting name="CSSDark" serializeAs="String">
<value>1</value>
</setting>
<setting name="ShowMathJax" serializeAs="String">
<value>False</value>
</setting>
</MarkDownEditor.Properties.Settings>
</userSettings>
<applicationSettings>
Expand Down
118 changes: 118 additions & 0 deletions MarkDownEditor/MarkDownEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,114 @@
<ItemGroup>
<Resource Include="Resources\WindowsIcons-license.txt" />
<Resource Include="Resources\Entypo-license.txt" />
<Content Include="MathJax\config\TEX_CHTML.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\extensions\fast-preview.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\extensions\MathEvents.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\extensions\MathMenu.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\extensions\MathZoom.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\extensions\tex2jax.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\extensions\TeX\AMSmath.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\extensions\TeX\AMSsymbols.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\extensions\TeX\noErrors.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\extensions\TeX\noUndefined.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\jax.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\Arrows.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\BasicLatin.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\CombDiacritMarks.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\CombDiactForSymbols.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\Dingbats.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\GeneralPunctuation.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\GeometricShapes.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\GreekAndCoptic.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\Latin1Supplement.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\LetterlikeSymbols.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\MathOperators.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\MiscMathSymbolsA.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\MiscMathSymbolsB.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\MiscSymbolsAndArrows.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\MiscTechnical.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\SpacingModLetters.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\SupplementalArrowsA.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\SupplementalArrowsB.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\element\mml\optable\SuppMathOperators.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\input\TeX\config.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\input\TeX\jax.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\input\TeX\MathJax.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\output\PreviewHTML\config.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\jax\output\PreviewHTML\jax.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="MathJax\MathJax.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="wkhtmltox.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -334,6 +442,16 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WkHtmlToImageWrapper\WkHtmlToImageWrapper.csproj">
<Project>{d01a2a12-54dd-4b88-a46a-926b4d0154de}</Project>
<Name>WkHtmlToImageWrapper</Name>
</ProjectReference>
<ProjectReference Include="..\WkHtmlToPdfWrapper\WkHtmlToPdfWrapper.csproj">
<Project>{b0f82db9-f3ef-458e-8331-57563abb84a8}</Project>
<Name>WkHtmlToPdfWrapper</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\cef.redist.x64.3.2704.1432\build\cef.redist.x64.targets" Condition="Exists('..\packages\cef.redist.x64.3.2704.1432\build\cef.redist.x64.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down
Loading

0 comments on commit d9b7d40

Please sign in to comment.