xoofx / xoofx/markdig

Distinguish block math from inline math

Open
#133 8 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C#
Stars
5.3k
Forks
510
Avg merge
8d 5h
Merged PRs (30d)
5

Description

Current version of markdig renders both $...$ pair and $$...$$ pair into <span class="math">...</span> uniformly. But many math engines treat them differently...

For example, MathJax support this:

image

😉 It will be very helpful for LaTeX guys...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name files, tests, or an entry point. Start by locating Markdig's math parsing and rendering behavior, then compare the handling of $...$ and $$...$$; done means the two forms produce distinct inline and block math output suitable for math engines.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.