We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba974b commit dd2169cCopy full SHA for dd2169c
src/renderer/mod.rs
@@ -219,12 +219,6 @@ impl Renderer {
219
self
220
}
221
222
- /// Override the output style for all other text
223
- pub const fn none(mut self, style: Style) -> Self {
224
- self.stylesheet.none = style;
225
- self
226
- }
227
-
228
/// Override the output style for [`AnnotationKind::Context`][crate::AnnotationKind::Context]
229
pub const fn context(mut self, style: Style) -> Self {
230
self.stylesheet.context = style;
@@ -242,6 +236,12 @@ impl Renderer {
242
236
self.stylesheet.removal = style;
243
237
244
238
239
+
240
+ /// Override the output style for all other text
241
+ pub const fn none(mut self, style: Style) -> Self {
+ self.stylesheet.none = style;
+ self
+ }
245
246
247
/// The character set for rendering for decor
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments