Update writing-mathematical-expressions.md: Unsupported Math Blocks in <details> Blocks#23234
Update writing-mathematical-expressions.md: Unsupported Math Blocks in <details> Blocks#23234alernety wants to merge 3 commits into
Conversation
This issue is about displaying math blocks inside of the `details` blocks (and potentially other HTML blocks) regardless of the type of math block. This can include blocks such as
```
$$
\begin{pmatrix}
0 & 1 \\
2 & 3
\end{pmatrix}
$$
```
or blocks written like this:
~~~
```math
\begin{pmatrix}
0 & 1 \\
2 & 3
\end{pmatrix}
```
~~~
This issue is currently blocking the use of math blocks inside of `details` blocks, as well as other HTML blocks. This limitation prevents users from taking full advantage of these blocks, and should be noted in documentation. To ensure users are not held back, we must actively search for a potential solution to this issue so that math blocks can be displayed in these blocks.
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
Automatically generated comment ℹ️This comment is automatically generated and will be overwritten every time changes are committed to this branch. The table contains an overview of files in the Content directory changesYou may find it useful to copy this table into the pull request summary. There you can edit it to share links to important articles or changes and to give a high-level overview of how the changes in your pull request support the overall goals of the pull request.
fpt: Free, Pro, Team |
This change adds callouts to the document to ensure that it adheres to the [GitHub content style guide](https://github.com/github/docs/blob/main/contributing/content-style-guide.md).
|
@alernety Thanks so much for opening a PR! I'll get this triaged for review ⚡ |
|
Hi @alernety, thanks for the PR! It appears to me that matrices render correctly IF you include a line of whitespace after the HTML tag. For example, Appears to render correctly: MatrixI wonder if you could check whether this works for your use case too, and update your PR to reflect this if so? ✨ |
|
It doesn't look like any updates have been on this for a while, so I'm going to go ahead and close it out 💛 Feel free to ping me here to reopen if it continues to be an issue. |
This issue is about displaying math blocks inside of the
detailsblocks (and potentially other HTML blocks) regardless of the type of math block. This can include blocks such asor blocks written like this:
This issue is currently blocking the use of math blocks inside of
detailsblocks, as well as other HTML blocks. This limitation prevents users from taking full advantage of these blocks, and should be noted in documentation. To ensure users are not held back, we must actively search for a potential solution to this issue so that math blocks can be displayed in these blocks.Why:
Closes ISSUE
What's being changed (if available, include any code snippets, screenshots, or gifs):
Check off the following: