Giter Site home page Giter Site logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
Please please please add support for this extension. Markdown's inability to 
support basic tables and definition lists is the single reason I don't adopt 
Pagedown/Markdown for my projects.

Original comment by [email protected] on 2 Mar 2012 at 6:50

from pagedown.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
Table support would be great.

Original comment by [email protected] on 7 Jun 2012 at 4:25

from pagedown.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
I ported the table code from php-markdown extra to JavaScript.
https://github.com/bootstraponline/js_markdown_tables/blob/master/table.html

If there's any interest then I'll integrate it into pagedown and submit a patch.

Original comment by [email protected] on 5 Jul 2012 at 5:38

from pagedown.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
Would be very useful to me, but I haven't looked into pagedown's organization 
much to know what's involved in integrating. 

Original comment by [email protected] on 6 Jul 2012 at 4:35

from pagedown.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
I added pagedown integration. test_pagedown.html is an example of using 
pagedown with table support. Let me know what you think.

https://github.com/bootstraponline/js_markdown_tables/commit/7a80269383c17890feb
638685e493ce13b3f77bd

Original comment by [email protected] on 6 Jul 2012 at 5:47

from pagedown.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
+1 for definition lists.

MultiMarkdown (http://fletcherpenney.net/multimarkdown/features/) is another 
project with extensions. I particularly like the automatic cross-reference 
feature for linking within the document.

Original comment by [email protected] on 22 Jul 2012 at 1:06

from pagedown.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
I'd love to see this too.  For now the only way is to define a post-conversion 
hook which includes the algorithm for converting | --- | etc into html table 
elements?

Original comment by [email protected] on 21 Oct 2012 at 10:44

from pagedown.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
I really need tables to be included for training City Content Writers on how to 
write content for Honolulu Answers: 
http://answers.honolulu.gov/quick_answers/how-do-i-renew-my-driver-license . 
Desperately!

Original comment by [email protected] on 25 Oct 2012 at 8:13

from pagedown.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
Pagedown's primary purpose is to render markdown on stackoverflow, and the 
stackoverflow guys don't want tables breaking their layout, so it seems 
unlikely this will be added in the near future. Instead of trying to get 
extensions added to the official repo or maintaining a fork, I created a simple 
plugin which can be found at http://github.com/jmcmanus/pagedown-extra. It's 
super easy to use. You just `Markdown.Extra.init(converter, options)` and then 
the converter will recognize the supported extensions. Tables and 
github-inspired code blocks are the only extensions supported atm, but adding 
others should be fairly straightforward.

Original comment by [email protected] on 30 Jan 2013 at 7:09

from pagedown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.