@asdrubalivan ./nodebb build -d produces unminified js bundles.
What version of NodeBB? What version of the emoji plugin? What version of nodejs?
Hello all,
Searching the forum and found this solution to display latex, working ok for pc. but doesn't work for mobile. Please advice.
$(window).on('action:posts.loaded action:ajaxify.end action:composer.preview', function () {
MathJax.startup.defaultReady();
MathJax.startup.promise.then(() => {
console.log('MathJax initial typesetting complete');
});
});
to custom javascript.
Plugin seem not working. What is your solution for displaying latex with nodebb? Thank you.
If it works on desktop, there's no reason it shouldn't work on mobile. Did you try clearing your cache?