google/comprehensive-rust

Cleaner URLs

Open

#1,227 建立於 2023年9月21日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (2,009 fork)batch import
good first issuehelp wanted

倉庫指標

Star
 (32,954 star)
PR 合併指標
 (平均合併 9天 23小時) (30 天內合併 36 個 PR)

描述

See if we can make https://github.com/rust-lang/mdBook/issues/1563 happen somehow. There are several options for this:

  • Help upstream implement this (preferred)
  • Implement it ourselves by post-processing the generated HTML.

Post-processing the HTML could perhaps even be done using a new template engine (https://github.com/google/mdbook-i18n-helpers/issues/70). It would require us to assign the rendered Markdown ({{{ content }}} in handlebars) to a variable or block and then filter it somehow.

貢獻者指南