GithubHelp home page GithubHelp logo

Comments (6)

LiarrDev avatar LiarrDev commented on May 28, 2024

这与 Gridea 无关,Markdown 本身就不支持此语法,你应当使用 HTML 实现此功能

from gridea.

DavidJYL avatar DavidJYL commented on May 28, 2024

这与 Gridea 无关,Markdown 本身就不支持此语法,你应当使用 HTML 实现此功能

@LiarrDev 抱歉,我没听懂你的意思,请问你所说的“本身就不支持”的语法是指什么?

from gridea.

LiarrDev avatar LiarrDev commented on May 28, 2024

这与 Gridea 无关,Markdown 本身就不支持此语法,你应当使用 HTML 实现此功能

@LiarrDev 抱歉,我没听懂你的意思,请问你所说的“本身就不支持”的语法是指什么?

即你上面提到的例子:

<p>
# A
**B**
</p>

假如需要在 <p> 标签内显示 **B**,此处便会产生歧义,Markdown 无法理解你究竟是想显示一个加粗的 B,还是带星号的 **B**,所以如果你想显示为加粗的 B 应当使用 <bold>B</bold>

from gridea.

DavidJYL avatar DavidJYL commented on May 28, 2024

这与 Gridea 无关,Markdown 本身就不支持此语法,你应当使用 HTML 实现此功能

@LiarrDev 抱歉,我没听懂你的意思,请问你所说的“本身就不支持”的语法是指什么?

即你上面提到的例子:

<p>
# A
**B**
</p>

假如需要在 <p> 标签内显示 **B**,此处便会产生歧义,Markdown 无法理解你究竟是想显示一个加粗的 B,还是带星号的 **B**,所以如果你想显示为加粗的 B 应当使用 <bold>B</bold>

@LiarrDev 好吧,非常感谢

那么请问我又没有办法达到我的目的呢?
或者,如果我只能使用 html,我该怎么使用 Katex 呢?

谢谢!

from gridea.

LiarrDev avatar LiarrDev commented on May 28, 2024

这与 Gridea 无关,Markdown 本身就不支持此语法,你应当使用 HTML 实现此功能

@LiarrDev 抱歉,我没听懂你的意思,请问你所说的“本身就不支持”的语法是指什么?

即你上面提到的例子:

<p>
# A
**B**
</p>

假如需要在 <p> 标签内显示 **B**,此处便会产生歧义,Markdown 无法理解你究竟是想显示一个加粗的 B,还是带星号的 **B**,所以如果你想显示为加粗的 B 应当使用 <bold>B</bold>

@LiarrDev 好吧,非常感谢

那么请问我又没有办法达到我的目的呢? 或者,如果我只能使用 html,我该怎么使用 Katex 呢?

谢谢!

可以交给主题来完成,修改本地的主题文件,引入对应的 JS 即可解析

from gridea.

DavidJYL avatar DavidJYL commented on May 28, 2024

可以交给主题来完成,修改本地的主题文件,引入对应的 JS 即可解析

好的,非常感谢!

from gridea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.