Possible Solution

  • MDBook could host a WASM Runtime
    • This could be used to execute plugins
  • Wasm API
    • Expose 2 function
      • 1st Takes renderer string returns bool
      • 2nd Takes Book returns modified Book
  • Helpers?