📝 Evita en los ejemplos use pagetop::prelude::*;
This commit is contained in:
parent
485974b437
commit
92ef8f998f
21 changed files with 44 additions and 88 deletions
|
|
@ -93,8 +93,7 @@ pub type OptionComponent<C: core::component::Component> = core::component::Typed
|
|||
/// # Ejemplo
|
||||
///
|
||||
/// ```rust
|
||||
/// use pagetop::prelude::*;
|
||||
///
|
||||
/// # use pagetop::prelude::*;
|
||||
/// // Texto normal, se escapa automáticamente para evitar inyección de HTML.
|
||||
/// let fragment = PrepareMarkup::Escaped("Hola <b>mundo</b>".to_string());
|
||||
/// assert_eq!(fragment.render().into_string(), "Hola <b>mundo</b>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue