Волька

Results 1 issues of Волька

### Description ```elixir MDEx.to_html!("test <b>test2</b>", render: [unsafe: true]) ``` The result of this code should be: ```html "test <b>test2</b>" ``` But currently it returns: ```html "test test2" ```