Only rendering TeX content? (ignoring Markdown)
See original GitHub issueHi! This is an outstanding project and I fell in love with its simplicity!
I was wondering whether it would be possible to support a TeX-only mode, ignoring other Markdown statements altogether? The reason is that I have a bunch of Markdown documents with some maths formulas, but I am already using a Markdown renderer. When I integrate texme into the headers of that content, it starts rendering everything including some of the meta-tags of the website itself.
Is there any way around that or is it somewhat opposed to the design intentions of the project?
In any case: thanks a lot for providing such an awesome project!
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
have either LaTeX or Markdown/HTML render, but not both?
My bullet-item example renders as desired with: * `\LaTeX`{=latex} `LaTeX`{=html}. In HTML I get "LaTeX". In PDF, I get the styled LaTeX ......
Read more >Markdown content renders as regular text in summary - HUGO
Markdown content renders as regular text in summary ... in index.html, the markdown list syntax is ignored, it's basically just “straight” plaintext.
Read more >Render Single-Line Markdown Text with Redcarpet - Icelab
We can use this to create a renderer that ignores all the block-level Markdown elements. Put this somewhere in your Rails app (e.g., ......
Read more >Markdown syntax for wikis - Azure DevOps - Microsoft Learn
Also, only the first instance of [[_TOC_]] is rendered and the rest are ignored. Add Mermaid diagrams to a wiki page. Mermaid lets...
Read more >React Markdown component: the easy way to create rich text
React-markdown is a React component that safely renders markdown into HTML ... since it basically tells React to ignore the contents when it ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks!
Hi, I’m not part of this project
I don’t see on the option a way to disable Markdown.
I guess that for TeX only you could use MathJax that is what texme use for TeX.
There is also the posibility of using KaTeX