jeffreytse / jekyll-spaceship

🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
MIT License
606 stars 63 forks source link

Posts not being processed by MathJax #31

Open alvarovaca opened 3 years ago

alvarovaca commented 3 years ago

I have the following posts in my _posts/ folder:

-rw-r--r-- 1 alvaro alvaro 43783 oct  9 12:29 2020-10-01-configuracion-raid-5.markdown
-rw-r--r-- 1 alvaro alvaro 33636 oct  9 12:28 2020-10-02-almacenamiento-con-rclone.markdown
-rw-r--r-- 1 alvaro alvaro 25568 oct 17 20:15 2020-10-03-instalacion-debian-10.markdown
-rw-r--r-- 1 alvaro alvaro 73700 oct 17 11:39 2020-10-10-servidor-dhcp-con-nat.markdown
-rw-r--r-- 1 alvaro alvaro 38531 oct 15 13:50 2020-10-11-cifrado-asimetrico-gpg-openssl.markdown
-rw-r--r-- 1 alvaro alvaro 39324 oct 17 20:18 2020-10-17-instalacion-automatica-pxe.markdown
-rw-r--r-- 1 alvaro alvaro 21051 oct 17 19:07 2020-10-17-virtualhosting-con-apache.markdown

So when I run the bundle exec jekyll serve command, the output from Jekyll Spaceship only shows that it has processed 4 of them all (the first 3 posts are not shown up):

  Jekyll Spaceship: [MathjaxProcessor] _posts/2020-10-10-servidor-dhcp-con-nat.markdown
  Jekyll Spaceship: [MathjaxProcessor] _posts/2020-10-11-cifrado-asimetrico-gpg-openssl.markdown
  Jekyll Spaceship: [MathjaxProcessor] _posts/2020-10-17-instalacion-automatica-pxe.markdown
  Jekyll Spaceship: [MathjaxProcessor] _posts/2020-10-17-virtualhosting-con-apache.markdown

Anyways, although they are not being shown, they are still accessible in the generated site. This is really not an important issue, but it has drawn my attention that 3 of my posts are not being processed by MathjaxProcessor but still accessible in the final generated site.

I have been looking deeply in the code and I can't find any math expression that should use MathJax for processing in any of the posts.

Here you have my GitHub repository with the website code, in case you need it. Thanks.

jeffreytse commented 3 years ago

Hi @alvarovaca

🎉 The latest gem version v0.9.6 has been released.

I think now this version has fixed your issue. Welcome to update to this version. And any furthermore issues you just reply here.

Thanks and regards

jeffreytse commented 3 years ago

Hi @alvarovaca

You can use bellow command for updating the gem to latest version.

gem update jekyll-spaceship

Run the command and it will update the gem automatically as below:

image

Thanks and regards