Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.43 KB

emg

https://emg.proxzima.dev/

A fork of emgithub with some extra tweaks.

  • PDF support using pdf.js.
  • Styles ids can be automated using javascript.
// https://highlightjs.org/static/demo/
// Run the following in browser console and paste the result in the 404.html file
let styles = {};
[...document.getElementsByTagName('link')].forEach(link => {
  if (link.href.startsWith('https://highlightjs.org/static/demo/styles/')) {
    data[link.href.slice(43, -4)] = link.title;
  }
})
copy(styles);

Credits