From 53f565749b470e32132f03db7b3c41839556eeca Mon Sep 17 00:00:00 2001 From: Danny ter Haar Date: Sun, 12 Jun 2022 14:10:12 +0000 Subject: [PATCH] init commit --- .devcontainer/devcontainer.json | 34 +++ .gitignore | 454 ++++++++++++++++++++++++++++++++ .vscode/launch.json | 24 ++ .vscode/tasks.json | 41 +++ Pandocdemo.sln | 22 ++ docker-compose.yml | 8 + dockerfile | 50 ++++ docs/test-markdown.md | 9 + example13.pdf | Bin 0 -> 8604 bytes pandocDemo/Program.cs | 38 +++ pandocDemo/pandocDemo.csproj | 13 + 11 files changed, 693 insertions(+) create mode 100644 .devcontainer/devcontainer.json create mode 100644 .gitignore create mode 100644 .vscode/launch.json create mode 100644 .vscode/tasks.json create mode 100644 Pandocdemo.sln create mode 100644 docker-compose.yml create mode 100644 dockerfile create mode 100644 docs/test-markdown.md create mode 100644 example13.pdf create mode 100644 pandocDemo/Program.cs create mode 100644 pandocDemo/pandocDemo.csproj diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..a7d904b --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,34 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: +// https://github.com/microsoft/vscode-dev-containers/tree/v0.238.0/containers/docker-existing-dockerfile +{ + "name": "pandocDemo", + + // Sets the run context to one level up instead of the .devcontainer folder. + "context": "..", + + // Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. + "dockerFile": "../dockerfile", + "customizations": { + "vscode": { + "extensions": [ + "ms-dotnettools.csharp", + "jchannon.csharpextensions" + ] + } + }, + + // Use 'forwardPorts' to make a list of ports inside the container available locally. + // "forwardPorts": [], + + // Uncomment the next line to run commands after the container is created - for example installing curl. + // "postCreateCommand": "apt-get update && apt-get install -y curl", + + // Uncomment when using a ptrace-based debugger like C++, Go, and Rust + // "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ], + + // Uncomment to use the Docker CLI from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker. + // "mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ], + + // Uncomment to connect as a non-root user if you've added one. See https://aka.ms/vscode-remote/containers/non-root. + // "remoteUser": "vscode" +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a72f3dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,454 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET +project.lock.json +project.fragment.lock.json +artifacts/ + +# Tye +.tye/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +## +## Visual studio for Mac +## + + +# globs +Makefile.in +*.userprefs +*.usertasks +config.make +config.status +aclocal.m4 +install-sh +autom4te.cache/ +*.tar.gz +tarballs/ +test-results/ + +# Mac bundle stuff +*.dmg +*.app + +# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# JetBrains Rider +.idea/ +*.sln.iml + +## +## Visual Studio Code +## +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..6e2a291 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,24 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": ".NET Core Launch (console)", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "build", + "program": "${workspaceFolder}/pandocDemo/bin/Debug/net6.0/pandocDemo.dll", + "args": ["/workspaces/Pandocdemo/pandocDemo/test-markdown.md"], + "cwd": "${workspaceFolder}/pandocDemo", + "console": "internalConsole", + "stopAtEntry": false + }, + { + "name": ".NET Core Attach", + "type": "coreclr", + "request": "attach" + } + ] +} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..ed29078 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,41 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dotnet", + "type": "process", + "args": [ + "build", + "${workspaceFolder}/pandocDemo/pandocDemo.csproj", + "/property:GenerateFullPaths=true", + "/consoleloggerparameters:NoSummary" + ], + "problemMatcher": "$msCompile" + }, + { + "label": "publish", + "command": "dotnet", + "type": "process", + "args": [ + "publish", + "${workspaceFolder}/pandocDemo/pandocDemo.csproj", + "/property:GenerateFullPaths=true", + "/consoleloggerparameters:NoSummary" + ], + "problemMatcher": "$msCompile" + }, + { + "label": "watch", + "command": "dotnet", + "type": "process", + "args": [ + "watch", + "run", + "--project", + "${workspaceFolder}/pandocDemo/pandocDemo.csproj" + ], + "problemMatcher": "$msCompile" + } + ] +} \ No newline at end of file diff --git a/Pandocdemo.sln b/Pandocdemo.sln new file mode 100644 index 0000000..f993afb --- /dev/null +++ b/Pandocdemo.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30114.105 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pandocDemo", "pandocDemo\pandocDemo.csproj", "{24CF9CC6-1A66-4E95-8F88-FC031F18A8C3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {24CF9CC6-1A66-4E95-8F88-FC031F18A8C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {24CF9CC6-1A66-4E95-8F88-FC031F18A8C3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {24CF9CC6-1A66-4E95-8F88-FC031F18A8C3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {24CF9CC6-1A66-4E95-8F88-FC031F18A8C3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..a21d76b --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +version: '3' +services: + pandocDemo: + build: . + image: pandocDemo + volumes: + - "./docs:/docs/" + \ No newline at end of file diff --git a/dockerfile b/dockerfile new file mode 100644 index 0000000..8577022 --- /dev/null +++ b/dockerfile @@ -0,0 +1,50 @@ +FROM mcr.microsoft.com/dotnet/sdk as build-env + +ENV \ + # Unset ASPNETCORE_URLS from aspnet base image + ASPNETCORE_URLS= \ + # Do not generate certificate + DOTNET_GENERATE_ASPNET_CERTIFICATE=false \ + # Do not show first run text + DOTNET_NOLOGO=true \ + # SDK version + DOTNET_SDK_VERSION=6.0.300 \ + # Enable correct mode for dotnet watch (only mode supported in a container) + DOTNET_USE_POLLING_FILE_WATCHER=true \ + # Skip extraction of XML docs - generally not useful within an image/container - helps performance + NUGET_XMLDOC_MODE=skip \ + # PowerShell telemetry for docker image usage + POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Ubuntu-22.04 + +RUN apt-get update \ + && apt-get install -y --no-install-recommends \ + curl \ + git \ + wget \ + && rm -rf /var/lib/apt/lists/* + +# Install .NET SDK +RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ + && dotnet_sha512='52d720e90cfb889a92d605d64e6d0e90b96209e1bd7eab00dab1d567017d7a5a4ff4adbc55aff4cffcea4b1bf92bb8d351859d00d8eb65059eec5e449886c938' \ + && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \ + && mkdir -p /usr/share/dotnet \ + && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \ + && rm dotnet.tar.gz \ + # Trigger first run experience by running arbitrary cmd + && dotnet help + +COPY . ./ +RUN dotnet restore +RUN dotnet publish -c Release -o out + +FROM mcr.microsoft.com/dotnet/sdk +WORKDIR /pandocdemo +COPY --from=build-env out . + +COPY docs /docs + +RUN apt-get update && apt-get install --assume-yes --no-install-recommends -y pandoc +RUN apt-get update && apt-get install --assume-yes --no-install-recommends -y texlive-latex-base texlive-xetex lmodern +RUN apt-get update && apt-get install --assume-yes --no-install-recommends -y texlive-fonts-recommended + +ENTRYPOINT ["dotnet", "pandocDemo.dll"] diff --git a/docs/test-markdown.md b/docs/test-markdown.md new file mode 100644 index 0000000..a2d5816 --- /dev/null +++ b/docs/test-markdown.md @@ -0,0 +1,9 @@ +This is a test document + +Normal font + +# heading 1 + +## Heading 2 + +### Heading 3 \ No newline at end of file diff --git a/example13.pdf b/example13.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3d67a3abead72fa2017499e2ed9fe444d006020b GIT binary patch literal 8604 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�)=%k^Pd0+tO#^%c z=-u!|#&a^p!#Sq>r%IVkw(SXIK|h4=c}=w* zZIaWzVtq05(uV0jt@*^N38TeU#)klSzC1)4$vcvyXmSpyqlaGmG{{tC|6~f#u{SWT z3^l7($|HliE`MYs^Q?Zn!mXbPu)T}qkHUB#(2hxL%YNgbLFFY$;{$!|zAQwxk7#m#537%Q(8P+30oPh1xjNsK2^<}b`_ zk6(BEiOC_LNVG}tfYyHV<}jXs0BUb3Ot8%YGnT8g623Ouw>S9PaOk|SL-b+6AZ-`k)Oh7caUk5GRMZDmb0U86QUa4fTxrwZZFsr4TiZxeeX=A2!Z$N~RD?$q6w-vIPTbY@hDU)W- zqW$fY{2}^0zo*J+QU}>mr%wrfJY5VkJyl9hIaeD#H#O-{??`EVJBRiL90~gRtg;rh zHRyRXag#94Rx|xCY{=DF>*%dFHu`x^%Jm6R9XOy5c+Jfmtl{&CHgnk_6CZ;sSky+5 zpeT}047-M3=x%D1t+{_k*knM z3*)aqTC4`}g#%Q_0_CaDDiaa<={1Mu5&OO$DA%e>`JlftDst4?Fc>fj6xXJBdJ|yR z?*Fek$;J84Waoc$Qb!$P36cZr3z_ko^Kh7RTbS{hu|s%xc`W!$O-;Eh*dW{-+z< + + + Exe + net6.0 + enable + enable + + + + + + \ No newline at end of file