opalepatrick Posted November 24, 2017 Posted November 24, 2017 Hi all. I am getting a problem with markdown numbered lists. The syntax is easy but it not producing at all on my site. It just ignore 1. 2. etc. Not adding list numbers or indents. Tried the two modules Markdown/Parsedown extra and Parsedown Extra Plugin with same results. I am, on v3.0.62. Any help ideas appreciated.
Robin S Posted November 24, 2017 Posted November 24, 2017 It's working for me (with Markdown/Parsedown Extra textformatter - didn't try the other). Do you have any other textformatters enabled for the field besides the markdown textformatter? Anything unusual about how you are getting the field value in your template (something that might cause output formatting to be off)? Edit... 6 hours ago, opalepatrick said: It just ignore 1. 2. etc. Not adding list numbers or indents. ...that sounds like a CSS issue actually. Maybe you have list-style:none and no margin/padding on your ol element? 1
opalepatrick Posted November 27, 2017 Author Posted November 27, 2017 That was the answer Robin S. I had added a list-style: none - where did that come from? ;-) Thanks a lot! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now