What is the best option for latex? this solution didn't work on mobile.

NodeBB Plugins
  • Hello all,
    Searching the forum and found this solution to display latex, working ok for pc. but doesn't work for mobile. Please advice.

    1. add MathJax to the custom header
    2. and add
    $(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.

  • Anyone? what is the best solution for 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?


Suggested Topics