You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When translating Markdown tables, preserve the exact table structure, including all delimiters (|), header separators (---), and row/column counts. Only translate the cell contents. Do not add, remove, or reorder columns or rows.
1. Read the input markdown text given by the user.
175
197
2. Translate the markdown file into {target_language}, carefully following the requirements above.
176
-
3. Self-review your translation to ensure high quality, focusing on naturalness, accuracy, and consistency while avoiding unnecessary changes or spacing.
198
+
3. Perform a self-review to check for the following common issues:
199
+
- Naturalness, accuracy, and consistency throughout the text.
200
+
- Spacing inside markdown syntax such as `*` or `_`; `**bold**` is correct whereas `** bold **` is not.
201
+
- Unwanted spaces inside link or image labels, such as `[ Label ](url)`.
202
+
- Headings or list markers missing a space after their marker.
177
203
4. If improvements are necessary, refine the content without changing the original meaning.
178
204
5. Continue improving the translation until you are fully satisfied with the result.
179
205
6. Once the final output is ready, return **only** the translated markdown text. No extra commentary.
0 commit comments