remove js entirely

This commit is contained in:
Yann Esposito (Yogsototh) 2020-06-27 14:25:53 +02:00
parent 8ebe8bed51
commit eff4b0bbf6
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
3 changed files with 5 additions and 4 deletions

View File

@ -31,7 +31,9 @@ import Text.Pandoc.Definition ( Pandoc(..)
import Text.Pandoc.Options ( ReaderOptions(..)
, WriterOptions(..)
, ObfuscationMethod(..)
, HTMLMathMethod(..)
)
import qualified Text.Pandoc.Readers as Readers
import Text.Pandoc.Walk (Walkable(..))
import qualified Text.Pandoc.Writers as Writers
@ -238,6 +240,7 @@ genHtml bp = do
Writers.writeHtml5String
(def { writerTableOfContents = postToc bp
, writerEmailObfuscation = ReferenceObfuscation
, writerHTMLMathMethod = MathML
})
htmlBody
body <- case eitherHtml of

View File

@ -93,7 +93,8 @@ k l m n o p q r s t u v w x y z
:PROPERTIES:
:CUSTOM_ID: math
:END:
Let also try to write some math inside the text $\pi_1(X,x_0)$
Let also try to write some math inside the text $\pi_1(X,x_0)$.
In the middle of the text again $x$ and $x_i\times 0$.
\(x^y / \log(x)\)

View File

@ -62,6 +62,3 @@ priority:
5. *Frugal*; try to minimize the resources needed to visit my website; no
javascript, no web-font, not too much CSS magic, not much images or really
compressed one.
If you are interested about technical details behind this website, take a
look [[file:./posts/new-blog.org][here]].