opalepatrick Posted June 30, 2019 Share Posted June 30, 2019 Hi there, this was addressed way back in I am not able to do this either. It is in a legacy site. I updated to the latest wire version 2.8.62, tried the ideas in the other post, but still cannot get markdown to behave in this field. Any ideas as to how this can be done? Link to comment Share on other sites More sharing options...
Macrura Posted June 30, 2019 Share Posted June 30, 2019 you can just call the module, and format the description, in your template file, at least this is how it works for me: $md = $modules->get("TextformatterMarkdownExtra"); $desc = $image->desc; $md ->format($desc); Link to comment Share on other sites More sharing options...
Robin S Posted June 30, 2019 Share Posted June 30, 2019 It's working for me. 1 Link to comment Share on other sites More sharing options...
opalepatrick Posted July 1, 2019 Author Share Posted July 1, 2019 Thank you Macrura and Robin S - I have finally got it working after trying both methods (and a few others) - in the end, it was a rookie error in that I needed to logout and back into admin to make the changes to the latest legacy pw version. Then it worked as per Robin S - which is where I started ? Link to comment Share on other sites More sharing options...
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