fix versioning
This commit is contained in:
@@ -46,8 +46,8 @@ You can link to an image in a repository on {% data variables.product.product_na
|
||||
|
||||
[[https://github.com/USERNAME/REPOSITORY/blob/main/img/octocat.png|alt=octocat]]
|
||||
|
||||
{% ifversion math %}
|
||||
## Adding mathematical expressions{% ifversion mermaid %} and diagrams{% endif %}{% endif %}
|
||||
{% ifversion fpt or ghec or ghes > 3.6 or ghae > 3.6 %}
|
||||
## Adding mathematical expressions and diagrams{% endif %}
|
||||
|
||||
{% data reusables.getting-started.math-and-diagrams %}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ shortTitle: Create diagrams
|
||||
|
||||
## About creating diagrams
|
||||
|
||||
You can create diagrams in Markdown using three different syntaxes: mermaid, geoJSON and topoJSON, and ASCII STL. Diagram rendering is {% data reusables.getting-started.available-throughout %}
|
||||
You can create diagrams in Markdown using three different syntaxes: mermaid, geoJSON and topoJSON, and ASCII STL. Diagram rendering is available in {% data variables.product.prodname_github_issues %}, {% data variables.product.prodname_discussions %}, pull requests, wikis, and Markdown files.
|
||||
|
||||
## Creating Mermaid diagrams
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ To enable clear communication of mathematical expressions, {% data variables.pro
|
||||
|
||||
{% data variables.product.company_short %}'s math rendering capability uses MathJax; an open source, JavaScript-based display engine. MathJax supports a wide range of LaTeX macros, and several useful accessibility extensions. For more information, see [the MathJax documentation](http://docs.mathjax.org/en/latest/input/tex/index.html#tex-and-latex-support) and [the MathJax Accessibility Extensions Documentation](https://mathjax.github.io/MathJax-a11y/docs/#reader-guide).
|
||||
|
||||
Mathematical expressions rendering is {% data reusables.getting-started.available-throughout %}
|
||||
Mathematical expressions rendering is available in {% data variables.product.prodname_github_issues %}, {% data variables.product.prodname_discussions %}, pull requests, {% ifversion fpt or ghec or ghes > 3.6 or ghae > 3.6 %}wikis, {% endif %}and Markdown files.
|
||||
|
||||
## Writing inline expressions
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
available in {% data variables.product.prodname_github_issues %}, {% data variables.product.prodname_discussions %}, pull requests, Markdown files, and wikis.
|
||||
@@ -1 +1 @@
|
||||
{% ifversion math %}You can use Markdown to add rendered math expressions{% ifversion mermaid %}, diagrams, maps, and 3D models{% endif %} to your wiki. For more information on creating rendered math expressions, see "[Writing mathematical expressions](/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions)."{% ifversion mermaid %} For more information on creating diagrams, maps and 3D models, see "[Creating diagrams](/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)."{% endif %}{% endif %}
|
||||
{% ifversion mermaid %}You can use Markdown to add rendered math expressions, diagrams, maps, and 3D models to your wiki. For more information on creating rendered math expressions, see "[Writing mathematical expressions](/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions)." For more information on creating diagrams, maps and 3D models, see "[Creating diagrams](/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)."{% endif %}
|
||||
Reference in New Issue
Block a user