This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit 7f77647048000c31c51d0736ff0ae254dda12a0f Author: robin <[email protected]> AuthorDate: Tue Dec 3 15:43:14 2024 +0800 refactor(i18n): update formatting instructions to mention post IDs --- i18n/en_US.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml index 776207c2..f4c67a18 100644 --- a/i18n/en_US.yaml +++ b/i18n/en_US.yaml @@ -789,7 +789,7 @@ ui: how_to_format: title: How to Format desc: >- - <ul class="mb-0"><li><p class="mb-2">link question or answer: <code>#10010000000000001</code></p></li> + <ul class="mb-0"><li><p class="mb-2">mention a post: <code>#post_id</code></p></li> <li><p class="mb-2">to make links</p><pre class="mb-2"><code><https://url.com><br/><br/>[Title](https://url.com)</code></pre></li><li><p class="mb-2">put returns between paragraphs</p></li><li><p
