0

multiline answers

Anonymous 12 years ago 0

If I am adding answers which should have multiple lines (for a better understanding) the linebreaks are not stored. this is a big Problem if I have an answer which consists of several statements that are typically split by linebreaks:

ex:MotorVehicle rdf:type rdfs:Class .
ex:Car rdfs:subClassOf ex:MotorVehicle .
ex:Ship rdfs:subClassOf ex:MotorVehicle .
ex:drives rdfs:range ex:MotorVehicle .


Could you please fix this?