是否可以使用 `xxx` 在 AsciiDoctor 中定义词干公式?

Is it possible to use `xxx` to define stem formulas in AsciiDoctor?

我想重新定义反引号,以便我可以使用它们在 AsciiDoctor 文档中键入公式。例如,而不是键入

stem:[my formula]

我只想输入

`my formula`

如何做到这一点?

据我所知这是不可能的。你必须告诉 ascidoc(tor) 你想要什么。所以你需要通常的步骤:

  1. 激活 stem 支持:stem:
  2. 以内联或块的形式写下你的等式

在此处查看更多详细信息和示例:https://asciidoctor.org/docs/user-manual/#activating-stem-support