Remarker

screenshot of Remarker

:arrow_forward: Remark cli

Product Analysis: Remarker v1.15.0

Overview:

Remarker v1.15.0 is a simple, in-browser, markdown-driven slideshow tool. It allows users to create presentations using markdown syntax and easily view them in a browser.

Features:

  • Easy Installation: The tool can be installed via npm, making it simple for users to set up.
  • Markdown-driven: Users can write their slides using markdown syntax, allowing for easy formatting and organization.
  • Local Server: Remarker starts a local server at a configurable port (default is 6275), allowing users to view their slides at http://localhost:6275/.
  • Build Slides: Users can build their slides as static HTML pages using the remarker build command.
  • Global Installation: Remarker can be installed globally, making it accessible from any directory in the system.
  • Configuration Options: Users can customize the tool's behavior using a configuration file (remarker.yml), including options for port number, destination directory, page title, CSS styles, additional assets and scripts, livereloading, and more.
  • LaTeX and Mathjax Support: Remarker supports the usage of LaTeX and Mathjax for mathematical equations, contributed by @michaellie.