Crates.io | txt_li |
lib.rs | txt_li |
version | 0.1.44 |
created_at | 2025-07-16 08:44:58.077258+00 |
updated_at | 2025-08-06 06:22:42.934764+00 |
description | txt_li |
homepage | https://github.com/i18n-site/rust/tree/dev/txt_li |
repository | https://github.com/i18n-site/rust.git |
max_upload_size | |
id | 1755187 |
size | 41,234 |
use aok::{OK, Void};
use tracing::info;
use txt_li::TxtLi;
#[static_init::constructor(0)]
extern "C" fn _loginit() {
loginit::init();
}
#[test]
fn test_restore() -> Void {
// txt_li.push_md_line("-");
// txt_li.push_md_line(" [");
// txt_li.push_md_line(" + -987");
// txt_li.push_md_line("-5+1");
// txt_li.push_md_line("- [x] efg");
// txt_li.push_md_line("- [ ] hlq");
// txt_li.push_md_line("- [ ]");
// txt_li.push_md_line("[ ]");
// txt_li.push_md_line("[ ] abc");
// txt_li.push_md_line("[^bignote]:");
// txt_li.push_md_line("[^bignote]:xyz");
// txt_li.push_md_line("| 表头1 | 表头2 |");
// txt_li.push_md_line("| <a> 表头1 | 表头2 |</a> |");
// txt_li.push_md_line(r"表头1 | 表头2 \| 123 | 表头3");
// txt_li.push_md_line(r"[](#license)");
// txt_li.push_md_line(r"");
// txt_li.push_md_line(r"![License]()");
// txt_li.push_md_line(r";
// txt_li.push_md_line(r"");
// txt_li.push_md_line(r"[1]: https://img.shields.io");
// txt_li.push_md_line(r"[1] https://img.shields.io");
// txt_li.push_md_line(r"`测试一下`");
// txt_li.push_md_line(r"<code>测试一下</code>");
// txt_li.push_md_line(r"***");
// txt_li.push_md_line(r"**");
// txt_li.push_md_line(r"*");
// txt_li.push_md_line(r"[SurrealDB-url]: https://surrealdb.com/");
// txt_li.push_md_line(r"<!-- 测试 -->");
// txt_li.push_md_line(
// r"- 🌐 **abc No Vendor Lock-in**: Switch providers, deploy anywhere, own your data",
// );
// txt_li.push_md_line(r"[![Forks][forks-shield]][forks-url]");
// txt_li.push_md_line(r"**Cost**");
// txt_li.push_md_line(r"- [x] **Cost**");
// txt_li.push_md_line(r"·");
// txt_li.push_md_line(" (");
// txt_li.push_md_line("(");
// txt_li.push_md_line("()");
// dbg!(&txt_li.li);
for i in [
// "- a",
// "+ b",
// "+",
// "1. ",
// "1.",
// "1. 测试",
// "1",
// r"<strong>Checkout our website »</strong>",
// "**[Discord Server](https://discord.gg/37XJPXfz2w)** - Get help, share ideas, and connect with other users",
// "Recently Completed ✅",
// "✅ Recently Completed",
// "**[🚀 Deployment](docs/deployment/index.md)** - Complete deployment guides for all scenarios",
// "*. abc",
// "** abc123 **",
// "** abc456 **",
// "***",
// "**",
// "*",
// r"**Cost**:",
// r"**Cost** - cost good",
// r"- [x] **Cost**",
// r"- 🌐 **abc No Vendor Lock-in**: Switch providers, deploy anywhere, own your data",
// r"[SurrealDB-url]: https://surrealdb.com/",
// r"[12] https://x.com/",
// "<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>",
// r"[](#license)",
// r"2<3",
// "******",
// "_____",
// "----",
// "## abc",
"<p align=\"right\"></p>",
"<div class=a>",
// "🎙️ **Better Podcasts**: Full script control and multi-speaker flexibility vs limited 2-speaker deep-dive format",
"<br />测试",
] {
let mut txt_li = TxtLi::new();
txt_li.push_md_line(i);
for i in &txt_li.li {
info!("{:?}", i);
}
assert_eq!(i.trim_end(), txt_li.restore.load(&txt_li.li).trim_end());
}
OK
}
This project is an open-source component of i18n.site ⋅ Internationalization Solution.
i18 : MarkDown Command Line Translation Tool
The translation perfectly maintains the Markdown format.
It recognizes file changes and only translates the modified files.
The translated Markdown content is editable; if you modify the original text and translate it again, manually edited translations will not be overwritten (as long as the original text has not been changed).
i18n.site : MarkDown Multi-language Static Site Generator
Optimized for a better reading experience
本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。
翻译能够完美保持 Markdown 的格式。能识别文件的修改,仅翻译有变动的文件。
Markdown 翻译内容可编辑;如果你修改原文并再次机器翻译,手动修改过的翻译不会被覆盖(如果这段原文没有被修改)。
i18n.site : MarkDown多语言静态站点生成器 为阅读体验而优化。