Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rebber

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rebber

Stringifies MDAST to LaTeX

  • 0.0.31
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
66
increased by94.12%
Maintainers
1
Weekly downloads
 
Created
Source

Presentation

TODO

Type configuration

Every node type transformation to LaTeX can be customized thanks to the plugin configuration.

Basically you have to give your custom function to translate the node and its content.

Most of macro functions have this prototype : (innerText) => str

Exceptions are :

  • link.macro : its prototype is (displayedText, url, title) => str, another parameter exists to autoprepend a customized domain to the url for example, with link.prefix = 'https://zestedesavoir.com' every url starting with / will become http://zestedesavoir.com{url}.
  • table : as table is a complex one, the macro takes (ctx, node) => str where ctx are the rebber options and node the current mdast node
  • list : gets a second boolean argument wich defines if the list is ordered

Before rendering, we use a bunch of preparsers --actually MDAST visitors-- to ensure a latex-complient tree.

Keywords

FAQs

Package last updated on 01 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc