4 lines
76 B
Rust
4 lines
76 B
Rust
pub fn render_markdown(content: &str) -> String {
|
|
content.to_string()
|
|
}
|
pub fn render_markdown(content: &str) -> String {
|
|
content.to_string()
|
|
}
|