You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: Eventual support for markdown, and more specifically for LaTeX math expressions (for example, within the definition of a term in the ontology, such that the string is properly rendered to the human reader in the documentation)
Would best practice for now be to capture markdown within backticks?
I had been tinkering around with the idea of relating interpretable mathematical expressions in terms of their variables. So if a property is derived via a formula, we can use something like an equation solver to auto-solve for properties in the equation if the other variables are available. There's a python package that can do the algebra for us (but I forget the name). So we might have something like this:
Feature request: Eventual support for markdown, and more specifically for LaTeX math expressions (for example, within the definition of a term in the ontology, such that the string is properly rendered to the human reader in the documentation)
Would best practice for now be to capture markdown within backticks?
See related: https://yihui.org/en/2018/07/latex-math-markdown/
The text was updated successfully, but these errors were encountered: