Hello, is it possible to integrate this into NodeBB? Or is there a plugin for something like this?
https://github.com/markdown-it/markdown-it-container
54a0961a-6615-46ef-a6a3-a24b95dff19a-grafik.png
I'm currently getting rid of the deprecated (only for plugins o_O) attribute staticDir and have the following suggestions for staticDirs:
/
for sub-dirsTherefor I may use the following syntax:
"staticDirs": {
"emoji-extended/maybeSomeSubDir": {
"images": "node_modules/emoji-images/pngs",
"css": "styles",
"js": "scripts",
"js/libs": "libs"
}
}
Would be way more comfortable for some use-cases... At least one of nested objects and /
-syntax should get implemented
I'd like to enable the use of /
in staticDirs, but it's hard to detect the route. It may be possible...