markup
markup copied to clipboard
Determines which markup library to use to render a content file (e.g. README) on GitHub
The current parser requires two backslashes in display mode for rst file. So, `\frac{a}{b}` is rendered as $frac{a}{b}$ and `\\frac{a}{b}` is rendered as $\frac{a}{b}$. This seems to be because the...
This doesn't render $$\newcommand{\lra}[1]{ \left( #1 \right) } A=\frac{1}{2}\lra{A + A^T}+\frac{1}{2}\lra{A - A^T}$$ see $$\newcommand{\lra}[1]{ \left( #1 \right) } A=\frac{1}{2}\lra{A + A^T}+\frac{1}{2}\lra{A - A^T}$$ Replacing the newcommand with $$ A=\frac{1}{2}\left(...
While $x^2$ is rendered nicely, something like: * $y^2$ * or maybe $z^2$ do not... _**NB:** This comment rendered now (2022-05-29) seems to work fine; probably there was some fix...
Tabs are very helpful in organizing content. I would really love to see some support for tabbed content within the wiki. As an example, [DocFx](https://dotnet.github.io/docfx/) does this with something like...
The following equation is not rendered at all $$A=\underbrace{\frac{1}{2}A + A^T}_{\text{symmetric}}+\underbrace{\frac{1}{2}A - A^T}_{\text{antisymmetric}}$$ see here: $$A=\underbrace{\frac{1}{2}A + A^T}_{\text{symmetric}}+\underbrace{\frac{1}{2}A - A^T}_{\text{antisymmetric}}$$ Removing the underbraces command renders the equation $$A=\frac{1}{2}A + A^T+\frac{1}{2}A...
# Preface To link to specific file in README.md we have some several ways ([#1](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-readmes#relative-links-and-image-paths-in-readme-files), [#2](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-readmes#relative-links-and-image-paths-in-readme-files)): #### 1. Link to latest version of file in specific branch: ``` https://github.com/mkczyk/test-experiment/blob/master/index.html ```...
# User Story As a GitHub user I want to make @ characters escapable to avoid the automatic mentioning of users. # Problem In GitHub issue comments it is not...
https://github.com/hypothesis/h/issues/7432
A lot of time has passed since latest comments from devs in #172 and #335. I think after years things have changed in your infrastructure, why not to bring up...