apache / incubator-answer-plugins

The Apache Answer plugins repository.
https://answer.apache.org/plugins
Apache License 2.0
76 stars 48 forks source link

How do I support formulas in the body? #243

Closed obiscr closed 2 weeks ago

obiscr commented 2 weeks ago

I've added the editor-formula with this command

./answer build --with github.com/apache/incubator-answer-plugins/editor-formula

It works well

But in the question content, it's still shown as plain text, not formula.

How to fix this?

Versions: editor-formula: 1.2.11 answer: 1.4.0

obiscr commented 2 weeks ago

Wow, thanks for fixing it so quickly!

obiscr commented 2 weeks ago

@robinv8 I'm try to rebuile the plugin, but I got this.

image

Is it still need to upgrade the package.json version

robinv8 commented 2 weeks ago

@obiscr To specify the version, use: editor-formula@v1.2.12