I'm using WMD-Editor (the modifed one at github). I'm using PHP as the backend. When I send the contents of Editor and try to echo them, they don't come out as expected. I'm using $_POST to receive the data and then placing it into a mysql database.
Ben bir liste yapmaya çalıştığınızda Örneğin:
- Kukla
- Metin
- Bu
It displays it as -Kukla -Metin -Bu. How can I make it output the list?