Hi, I'm just starting to use pandoc and trying to grasp all different concept of the project. My main use is to generate PDF reports by generating markdowns. This work great, but there some issue for specific contents: I want to display SHA512 in tables (or a list). This is what it looks like : | | | | - | - | | **Uuid** | 0b5b0899-b3d4-b133-35a2-2870e597f1c8 | | **Type** | file | | **MD5** | d597272b3eeacb8861280fd4f72be29f | | **SHA1** | ae8f214c429848080a16235a14861a14800e6bf3 | | **SHA256** | f9b33769ff7832be4e204a9c60a76df83ba122748ecc837750c0a9b63208f0d9 | | **SHA512** | 76667a2060e21b75fc44b63c78f06873776996a4330256259d19143b1ceecbebf3e2763c7bbec5d00308ef9ec377c1ea210480407529d7261695128a6b82782eezaezaezaeazezaezaezaeazezaazeazezaeazeazeazeazeaeaeaeaeaeaeaeaeaeaeaeaeaeaeaeaeaeeaeaeaeaeaeaeaeaeaea19191919 | I run the command pandoc test.md -o test.pdf, But sadly the SHA512 overflow in the following manner (see attached image). Of course, splitting the SHA in multiple strings solve the issue because it will considerered as multiple words. I tried multiple thing like using a cssfile with word-break, using the columns options, etc. Is there a way to do linebreaking on all markdown table ? I can modify the pandoc template I use, but I don't control the markdown appart from the headers (so I can't include custom tags/markdown syntax). Thank you in advance for your answers :). -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/888e1e7e-3318-4a0f-b7b1-775b24fbf916n%40googlegroups.com.