Requesting pull to expose Markdown.HookCollection to node.js
- Lenguaje dominante
- JavaScript
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
I'd like to use the HookCollection type in some pagedown add-ons I'm writing,
but as I'm using pagedown within node.js, I currently can't access
Markdown.HookCollection as it isn't exposed in node-pagedown.js.
I've made a simple patch which just exposes Markdown.HookCollection in the same
way Markdown.Converter is exposed.
It's located at
https://bitbucket.org/ncraike/pagedown/commits/aeae84e3d59c144640de752a8736c2657
b4a1439 .
You can also pull from my fork of pagedown at
https://bitbucket.org/ncraike/pagedown . This will just include one additional
commit,
https://bitbucket.org/ncraike/pagedown/commits/4a75fb76e3af50c5bc560f2f0f0a6ff19
36acd39 , which sets HookCollection.prototype.constructor to point to the
HookCollection() function.
```
Original issue reported on code.google.com by `NCra...@gmail.com` on 7 Nov 2013 at 8:01
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.