In the documentation at https://sbml.org/documents/specifications/ every level starts with the sentence: "The current definition of SBML Level 1 is Version ." (for 2 and 3 aswell). I think its supposed to show a version number there before the dot.
In the markdown on github here we can see that the code for that sentence is The current definition of SBML Level 1 is Version {{< value "spec.core.level-1" "highest_version" >}}.
It seems like that is not evaluated correctly.
Just wanted to let you know.
In the documentation at https://sbml.org/documents/specifications/ every level starts with the sentence: "The current definition of SBML Level 1 is Version ." (for 2 and 3 aswell). I think its supposed to show a version number there before the dot.
In the markdown on github here we can see that the code for that sentence is
The current definition of SBML Level 1 is Version {{< value "spec.core.level-1" "highest_version" >}}.It seems like that is not evaluated correctly.
Just wanted to let you know.