Skip to content

Converts GitHub Flavored Markdown to Polygon's statement LaTeX and BOJ Stack's description DOM.

License

Notifications You must be signed in to change notification settings

pimm-dev/gfm-online-judge-description-tool

 
 

Repository files navigation

GFM to Online Judge Description Formats Converter

Web ui wrapper for cmark-gfm and gfm2polygon-statement

Converts GitHub Flavored Markdown to Polygon's statement LaTeX and BOJ Stack's description DOM.

Getting Started

This repository doesn't include the build of cmark-gfm and gfm2polygon-statement.

When building the library, Emscripten, the c/c++ wasm compiler is required. Refer to <Download and install> in the Emscripten documentation.

# initialize
git submodule update --init
npm install
npm run compile:lib
# run
npm run dev
# build script runs compile:lib before building the web ui source code.
npm run build

About

Converts GitHub Flavored Markdown to Polygon's statement LaTeX and BOJ Stack's description DOM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 43.5%
  • C++ 25.5%
  • CMake 14.3%
  • TypeScript 8.2%
  • JavaScript 6.2%
  • HTML 1.5%
  • CSS 0.8%