totoff Posted March 27, 2014 Posted March 27, 2014 Hi Forum, I understood that Markdown out of the core doesn't support tables but markdown-here does. I'm working on a PW site with markdown fields. Any chance to get markdown tables running with PW? Thanks!
celfred Posted March 27, 2014 Posted March 27, 2014 Hello, Maybe this way...? http://tanakahisateru.github.io/js-markdown-extra/ http://michelf.ca/projects/php-markdown/extra/
Martijn Geerts Posted March 28, 2014 Posted March 28, 2014 This is a good example for creating a new Textformatter or extend the existing one. Textformatters are relatively simple to create. Why not try it your self, you have the community here to help if you run into problems. 1
totoff Posted March 28, 2014 Author Posted March 28, 2014 hi all, thanks for your replies. for the moment, i've just used plain html for the table and it works. @martijn that's a good idea. actually i'm looking for an opportunity to dive deeper into php coding. do you know any pw resources that can give me an idea of how to start with textformatters? thanks!
SiNNuT Posted March 28, 2014 Posted March 28, 2014 ......... @martijn that's a good idea. actually i'm looking for an opportunity to dive deeper into php coding. do you know any pw resources that can give me an idea of how to start with textformatters? thanks! maybe this by teppo: http://www.flamingruby.com/blog/taking-apart-a-simple-textformatter-module/ 1
diogo Posted March 28, 2014 Posted March 28, 2014 I think the best would be to copy the markdown module replace "markdown.php" by the new file
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