Hi, first of all thanks for the great package. Have been using it for more than a year now. The one thing that I would like to implement at some point is specifying a different color for the lines between the markdown markers. Mainly because the cell marker does not work on terminal mode, making it a bit hard to differentiate If you have any pointers or ideas on how to implement it that doesn't add much overhead/complexity that would be great, but I will try to implement when I get time down the line.
Do you mean to add some color / different face for the body of markdown cells? That would be a cool feature, it shouldn't be overly complex but there are tricks making font-lock work on multi-line regions. (Also, if you try do to that, have a look at this).
Hi, first of all thanks for the great package. Have been using it for more than a year now. The one thing that I would like to implement at some point is specifying a different color for the lines between the markdown markers. Mainly because the cell marker does not work on terminal mode, making it a bit hard to differentiate If you have any pointers or ideas on how to implement it that doesn't add much overhead/complexity that would be great, but I will try to implement when I get time down the line.