casualwriter-hk

casualwriter-hk OP t1_itt4y18 wrote

if the <noscript> tag should appear in html file for SEO purpose, I think another approach will be more suitable.

https://github.com/casualwriter/casual-markdown-doc

It is a html file which body content in markdown/html format. html tag can be added directly in body content. Please check if it fit your use case.

2

casualwriter-hk OP t1_itobeu4 wrote

thanks. may just add add <noscript> to markdown file, it will be added to main html.

I try to add below at the bottom of index.md

&lt;noscript&gt;casual-markdown, casualwriter, javascript, html, regexp&lt;/noscript&gt;

for ulr: https://casualwriter.github.io/casual-markdown/

you may use [alt-s] to see the html code. (still not sure how google read it)

1