public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Line breaks for very longg words  - markdown to pdf or docx
@ 2023-08-24 10:02 Sami Tahri
       [not found] ` <888e1e7e-3318-4a0f-b7b1-775b24fbf916n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Sami Tahri @ 2023-08-24 10:02 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1833 bytes --]

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.

[-- Attachment #1.2: Type: text/html, Size: 4957 bytes --]

[-- Attachment #2: pdfpanddoc.png --]
[-- Type: image/png, Size: 18783 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-24 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24 10:02 Line breaks for very longg words - markdown to pdf or docx Sami Tahri
     [not found] ` <888e1e7e-3318-4a0f-b7b1-775b24fbf916n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-08-24 10:54   ` Bastien DUMONT

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).