What is that i should write to convert this to haml
When I tried like this
%p
We prefer questions that can be
%b answered
. not just discussed.
I got Illegal element: classes and ids must have values error.
IS there any way i can get the dot not bolded.
This should work:
Edit
As @mark pointed out below the reason you were receiving the error was because if a line starts with a . haml is expecting a class name in order to render a div with that class.
escapes the .