google/comprehensive-rust

Cleaner URLs

オープン

#1,227 opened on 2023/09/21

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2,009 件のフォーク)batch import
good first issuehelp wanted

Repository metrics

Stars
 (32,954 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド