Giter VIP home page Giter VIP logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Hi there,

Thanks for your feature request.  I've been looking at the Pandoc Markdown 
documentation, and it seems like one of the options for a table is the 
following:

  Right     Left     Center     Default
-------     ------ ----------   -------
     12     12        12            12
    123     123       123          123
      1     1          1             1

(the specs call this "simple table syntax").  I believe it's possible to get 
tables of this kind out of PrettyTable 0.7 and above by setting:

table.vrules = prettytable.NONE
table.hrules = prettytable.FRAME

Can you please let me know if this works for you in Pandoc?

If it does work, I'll make a PANDOC pre-define style (like the MSWORD_FRIENDLY 
one) so future Pandoc users don't need to figure this out for themselves.

Thanks again,
Luke

Original comment by [email protected] on 6 Oct 2013 at 11:12

from prettytable.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
[deleted comment]

from prettytable.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
[deleted comment]

from prettytable.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Got it, but it makes tables like this:

---------------------------------------
  Right     Left     Center     Default
---------------------------------------
     12     12        12            12
    123     123       123          123
      1     1          1             1
---------------------------------------

Which I don't think will work.

Original comment by [email protected] on 11 Oct 2013 at 2:53

from prettytable.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Confirmed that it does NOT work. 

Pandoc is looking for separations between columns otherwise it can't figure out 
that it's a table. 

I think the best is still adding an option to the original table because it's 
the nicest looking IMHO: 

+---------------+---------------+--------------------+
| Fruit         | Price         | Advantages         |
+===============+===============+====================+
| Bananas       | $1.34         | - built-in wrapper |
|               |               | - bright color     |
+---------------+---------------+--------------------+
| Oranges       | $2.10         | - cures scurvy     |
|               |               | - tasty            |
+---------------+---------------+--------------------+

BUT this would also work I think:

---------------------------------------
  Right     Left     Center     Default
--------- -------- ---------- ---------
     12     12        12            12
    123     123       123          123
      1     1          1             1
---------------------------------------


Original comment by [email protected] on 11 Oct 2013 at 3:05

from prettytable.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
How about:

table.hrules=HEADER
table.junction_char=" "
table.vertical_char=" "

This will produce:

  foo   bar   baz  
 ----- ----- ----- 
   1     2     3   
   1     2     3   
   1     2     3 

Which should work according to the Pandoc docs.

Original comment by [email protected] on 13 Oct 2013 at 5:53

from prettytable.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
There we go, that works great with pandoc! Thanks for the help.

Original comment by [email protected] on 13 Oct 2013 at 6:09

from prettytable.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Wonderful!  Glad it works.  I will make sure that in the next release there is 
a PANDOC preset which makes this easy.  Thanks for letting me know about the 
Pandoc compatibility issue.

Original comment by [email protected] on 13 Oct 2013 at 6:24

from prettytable.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
No problem, you might want to call it PANDOC_MARKDOWN or something similar
to indicate that this is for Pandoc markdown parsing.

Thanks for the very useful work!

Original comment by [email protected] on 13 Oct 2013 at 6:28

from prettytable.

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.