rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Documentation: rust: Fix improper rendering in arch support page
@ 2024-03-24  1:09 Bo-Wei Chen
  2024-03-30 16:35 ` Benno Lossin
  2024-03-31 19:51 ` Miguel Ojeda
  0 siblings, 2 replies; 3+ messages in thread
From: Bo-Wei Chen @ 2024-03-24  1:09 UTC (permalink / raw)
  To: ojeda, Alex Gaynor, Wedson Almeida Filho
  Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, rust-for-linux, Bo-Wei Chen

Fix improper rendering of table cell(empty bullet list).
Rendering as a dash with the backslash escapes [1].

[1]: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#escaping-mechanism

Reported-by: Miguel Ojeda <ojeda@kernel.org>
Closes: https://github.com/Rust-for-Linux/linux/issues/1069
Signed-off-by: Bo-Wei Chen <tim.chenbw@gmail.com>
---
Changes in v2:
- Use backslash escape, instead of the code blocks.
- Link to v1: https://lore.kernel.org/rust-for-linux/20240323074006.2940679-1-tim.chenbw@gmail.com/

 Documentation/rust/arch-support.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/rust/arch-support.rst b/Documentation/rust/arch-support.rst
index 73203ba1e901..1b7d2323f385 100644
--- a/Documentation/rust/arch-support.rst
+++ b/Documentation/rust/arch-support.rst
@@ -15,7 +15,7 @@ support corresponds to ``S`` values in the ``MAINTAINERS`` file.
 =============  ================  ==============================================
 Architecture   Level of support  Constraints
 =============  ================  ==============================================
-``loongarch``  Maintained        -
+``loongarch``  Maintained        \-
 ``um``         Maintained        ``x86_64`` only.
 ``x86``        Maintained        ``x86_64`` only.
 =============  ================  ==============================================
-- 
2.42.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-31 19:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-24  1:09 [PATCH v2] Documentation: rust: Fix improper rendering in arch support page Bo-Wei Chen
2024-03-30 16:35 ` Benno Lossin
2024-03-31 19:51 ` Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).