question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Only rendering TeX content? (ignoring Markdown)

See original GitHub issue

Hi! 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:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Pseudomanifoldcommented, Dec 13, 2022

Thanks!

1reaction
dvd101xcommented, Dec 13, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found