Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix markup issue in qvm-create.rst: *NAME*=*VALUE*
The used technique is described in reStructuredText Markup Specification, chapter Character-Level Inline Markup: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#character-level-inline-markup-1 Note, that according to docs this solution should be used only when absolutely necessary. I think it is exactly our case, because, it seems, there is no other proper way to separate equal sign out of emphasis of the NAME and VALUE. Github preview of `qvm-create.rst` file is now correct, too. Alternative solutions would be to use `*NAME=VALUE*` or NAME=VALUE instead, but the result will not be completely right.
- Loading branch information