public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* html in textile tables
@ 2021-10-06 22:10 Jan Catrysse
       [not found] ` <081d6d37-bb3c-4d2d-96cc-ee5a2718d698n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Catrysse @ 2021-10-06 22:10 UTC (permalink / raw)
  To: pandoc-discuss


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

Hello,

I would like to convert HTML to TEXTILE but I always get html tags into my 
final textile file.

How can this be fixed? Converting to Markdown works like a charm. I tried 
all kinds of options but without succes

This is an example HTML

<div>Random titel</div>
<div>
<p>Some text:</p>
<table>
<tbody>
<tr>
<td>
<p>Company 1</p>
</td>
<td>
<p>6 dagen</p>
</td>
</tr>
<tr>
<td>
<p>Company 2</p>
</td>
<td>
<p>11.5 dagen</p>
</td>
</tr>
<tr>
<td>
<p>Company 3</p>
</td>
<td>
<p>5.5 dagen</p>
</td>
</tr>
</tbody>
</table>
</div>
<div><br />
<table>
<tbody>
<tr>
<td>Taak</td>
<td>Kost</td>
</tr>
<tr>
<td>Analyse:<br />
<ul>
<li>Item one</li>
<li>Item two</li>
<li>Item three</li>
<li>Itrm four</li>
</ul>
</td>
<td>2.5 dagen</td>
</tr>
<tr>
<td>Authenticatie</td>
<td>2 dagen</td>
</tr>
<tr>
<td>Ontwikkeling<br />
<ul>
<li>Another item 1</li>
<li>Another item 2</li>
<li>Another item 3</li>
<li>Another item 4</li>
<li>Another item 5</li>
<li>Another item 6</li>
<li>Another item 7</li>
<li>Another item 8</li>
<li>Another item 9</li>
<li>Another item 0</li>
</ul>
</td>
<td>6 dagen<br />5 dagen<br />1 dag</td>
</tr>
<tr>
<td>Projectopvolging</td>
<td>3 dagen</td>
</tr>
<tr>
<td>Testing</td>
<td>2 dagen</td>
</tr>
<tr>
<td>Documentatie</td>
<td>2 dagen</td>
</tr>
<tr>
<td>Totaal</td>
<td>23.5 dagen</td>
</tr>
</tbody>
</table>
</div>

-- 
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/081d6d37-bb3c-4d2d-96cc-ee5a2718d698n%40googlegroups.com.

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

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

* Re: html in textile tables
       [not found] ` <081d6d37-bb3c-4d2d-96cc-ee5a2718d698n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-10-06 22:30   ` Jan Catrysse
       [not found]     ` <a8447326-5aed-4c92-9157-a51b88dd6fb4n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Catrysse @ 2021-10-06 22:30 UTC (permalink / raw)
  To: pandoc-discuss


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

This could be a possible output:
| Taak                              | Kost                              |
|                                   |                                   |
| Analyse:                          | 2.5 dagen                         |
|                                   |                                   |
|     Item one                      |                                   |
|     Item two                      |                                   |
|     Item three                    |                                   |
|     Itrm four                     |                                   |
|                                   |                                   |
| Authenticatie                     | 2 dagen                           |
|                                   |                                   |
| Ontwikkeling                      | 6 dagen                           |
|     Another item 0                | 5 dagen                           |
|     Another item 1                | 1 dag                             |
|     Another item 2                |                                   |
|     Another item 3                |                                   |
|     Another item 4                |                                   |
|     Another item 5                |                                   |
|     Another item 6                |                                   |
|     Another item 7                |                                   |
|     Another item 8                |                                   |
|     Another item 9                |                                   |
|                                   |                                   |
| Projectopvolging                  | 3 dagen                           |
|                                   |                                   |
| Testing                           | 2 dagen                           |
|                                   |                                   |
| Documentatie                      | 2 dagen                           |
|                                   |                                   |
| Totaal                            | 23.5 dagen                        |

Op donderdag 7 oktober 2021 om 00:10:36 UTC+2 schreef Jan Catrysse:

> Hello,
>
> I would like to convert HTML to TEXTILE but I always get html tags into my 
> final textile file.
>
> How can this be fixed? Converting to Markdown works like a charm. I tried 
> all kinds of options but without succes
>
> This is an example HTML
>
> <div>Random titel</div>
> <div>
> <p>Some text:</p>
> <table>
> <tbody>
> <tr>
> <td>
> <p>Company 1</p>
> </td>
> <td>
> <p>6 dagen</p>
> </td>
> </tr>
> <tr>
> <td>
> <p>Company 2</p>
> </td>
> <td>
> <p>11.5 dagen</p>
> </td>
> </tr>
> <tr>
> <td>
> <p>Company 3</p>
> </td>
> <td>
> <p>5.5 dagen</p>
> </td>
> </tr>
> </tbody>
> </table>
> </div>
> <div><br />
> <table>
> <tbody>
> <tr>
> <td>Taak</td>
> <td>Kost</td>
> </tr>
> <tr>
> <td>Analyse:<br />
> <ul>
> <li>Item one</li>
> <li>Item two</li>
> <li>Item three</li>
> <li>Itrm four</li>
> </ul>
> </td>
> <td>2.5 dagen</td>
> </tr>
> <tr>
> <td>Authenticatie</td>
> <td>2 dagen</td>
> </tr>
> <tr>
> <td>Ontwikkeling<br />
> <ul>
> <li>Another item 1</li>
> <li>Another item 2</li>
> <li>Another item 3</li>
> <li>Another item 4</li>
> <li>Another item 5</li>
> <li>Another item 6</li>
> <li>Another item 7</li>
> <li>Another item 8</li>
> <li>Another item 9</li>
> <li>Another item 0</li>
> </ul>
> </td>
> <td>6 dagen<br />5 dagen<br />1 dag</td>
> </tr>
> <tr>
> <td>Projectopvolging</td>
> <td>3 dagen</td>
> </tr>
> <tr>
> <td>Testing</td>
> <td>2 dagen</td>
> </tr>
> <tr>
> <td>Documentatie</td>
> <td>2 dagen</td>
> </tr>
> <tr>
> <td>Totaal</td>
> <td>23.5 dagen</td>
> </tr>
> </tbody>
> </table>
> </div>
>

-- 
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/a8447326-5aed-4c92-9157-a51b88dd6fb4n%40googlegroups.com.

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

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

* Re: html in textile tables
       [not found]     ` <a8447326-5aed-4c92-9157-a51b88dd6fb4n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-10-07  3:59       ` John MacFarlane
       [not found]         ` <m2ee8xxz76.fsf-d8241O7hbXoP5tpWdHSM3tPlBySK3R6THiGdP5j34PU@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: John MacFarlane @ 2021-10-07  3:59 UTC (permalink / raw)
  To: Jan Catrysse, pandoc-discuss



This output doesn't preserve the fact that you have a list
in one of the cells.  That's why pandoc falls back to HTML
in this case.

Jan Catrysse <jan.catrysse-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> This could be a possible output:
> | Taak                              | Kost                              |
> |                                   |                                   |
> | Analyse:                          | 2.5 dagen                         |
> |                                   |                                   |
> |     Item one                      |                                   |
> |     Item two                      |                                   |
> |     Item three                    |                                   |
> |     Itrm four                     |                                   |
> |                                   |                                   |
> | Authenticatie                     | 2 dagen                           |
> |                                   |                                   |
> | Ontwikkeling                      | 6 dagen                           |
> |     Another item 0                | 5 dagen                           |
> |     Another item 1                | 1 dag                             |
> |     Another item 2                |                                   |
> |     Another item 3                |                                   |
> |     Another item 4                |                                   |
> |     Another item 5                |                                   |
> |     Another item 6                |                                   |
> |     Another item 7                |                                   |
> |     Another item 8                |                                   |
> |     Another item 9                |                                   |
> |                                   |                                   |
> | Projectopvolging                  | 3 dagen                           |
> |                                   |                                   |
> | Testing                           | 2 dagen                           |
> |                                   |                                   |
> | Documentatie                      | 2 dagen                           |
> |                                   |                                   |
> | Totaal                            | 23.5 dagen                        |
>
> Op donderdag 7 oktober 2021 om 00:10:36 UTC+2 schreef Jan Catrysse:
>
>> Hello,
>>
>> I would like to convert HTML to TEXTILE but I always get html tags into my 
>> final textile file.
>>
>> How can this be fixed? Converting to Markdown works like a charm. I tried 
>> all kinds of options but without succes
>>
>> This is an example HTML
>>
>> <div>Random titel</div>
>> <div>
>> <p>Some text:</p>
>> <table>
>> <tbody>
>> <tr>
>> <td>
>> <p>Company 1</p>
>> </td>
>> <td>
>> <p>6 dagen</p>
>> </td>
>> </tr>
>> <tr>
>> <td>
>> <p>Company 2</p>
>> </td>
>> <td>
>> <p>11.5 dagen</p>
>> </td>
>> </tr>
>> <tr>
>> <td>
>> <p>Company 3</p>
>> </td>
>> <td>
>> <p>5.5 dagen</p>
>> </td>
>> </tr>
>> </tbody>
>> </table>
>> </div>
>> <div><br />
>> <table>
>> <tbody>
>> <tr>
>> <td>Taak</td>
>> <td>Kost</td>
>> </tr>
>> <tr>
>> <td>Analyse:<br />
>> <ul>
>> <li>Item one</li>
>> <li>Item two</li>
>> <li>Item three</li>
>> <li>Itrm four</li>
>> </ul>
>> </td>
>> <td>2.5 dagen</td>
>> </tr>
>> <tr>
>> <td>Authenticatie</td>
>> <td>2 dagen</td>
>> </tr>
>> <tr>
>> <td>Ontwikkeling<br />
>> <ul>
>> <li>Another item 1</li>
>> <li>Another item 2</li>
>> <li>Another item 3</li>
>> <li>Another item 4</li>
>> <li>Another item 5</li>
>> <li>Another item 6</li>
>> <li>Another item 7</li>
>> <li>Another item 8</li>
>> <li>Another item 9</li>
>> <li>Another item 0</li>
>> </ul>
>> </td>
>> <td>6 dagen<br />5 dagen<br />1 dag</td>
>> </tr>
>> <tr>
>> <td>Projectopvolging</td>
>> <td>3 dagen</td>
>> </tr>
>> <tr>
>> <td>Testing</td>
>> <td>2 dagen</td>
>> </tr>
>> <tr>
>> <td>Documentatie</td>
>> <td>2 dagen</td>
>> </tr>
>> <tr>
>> <td>Totaal</td>
>> <td>23.5 dagen</td>
>> </tr>
>> </tbody>
>> </table>
>> </div>
>>
>
> -- 
> 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/a8447326-5aed-4c92-9157-a51b88dd6fb4n%40googlegroups.com.


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

* Re: html in textile tables
       [not found]         ` <m2ee8xxz76.fsf-d8241O7hbXoP5tpWdHSM3tPlBySK3R6THiGdP5j34PU@public.gmane.org>
@ 2021-10-07  6:12           ` Jan Catrysse
       [not found]             ` <17c5961d808.283c.ad1ecac2d06e8875ae034ced7ff3a5d5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Catrysse @ 2021-10-07  6:12 UTC (permalink / raw)
  To: John MacFarlane, pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 5481 bytes --]

Thank you John!

Is there a way to change that behavior, to avoid outputting html? With 
possibly a lesser quality output?

Best regards
Jan


On October 7, 2021 05:59:52 John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:

> This output doesn't preserve the fact that you have a list
> in one of the cells.  That's why pandoc falls back to HTML
> in this case.
>
> Jan Catrysse <jan.catrysse-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
>> This could be a possible output:
>> | Taak                              | Kost                              |
>> |                                   |                                   |
>> | Analyse:                          | 2.5 dagen                         |
>> |                                   |                                   |
>> |     Item one                      |                                   |
>> |     Item two                      |                                   |
>> |     Item three                    |                                   |
>> |     Itrm four                     |                                   |
>> |                                   |                                   |
>> | Authenticatie                     | 2 dagen                           |
>> |                                   |                                   |
>> | Ontwikkeling                      | 6 dagen                           |
>> |     Another item 0                | 5 dagen                           |
>> |     Another item 1                | 1 dag                             |
>> |     Another item 2                |                                   |
>> |     Another item 3                |                                   |
>> |     Another item 4                |                                   |
>> |     Another item 5                |                                   |
>> |     Another item 6                |                                   |
>> |     Another item 7                |                                   |
>> |     Another item 8                |                                   |
>> |     Another item 9                |                                   |
>> |                                   |                                   |
>> | Projectopvolging                  | 3 dagen                           |
>> |                                   |                                   |
>> | Testing                           | 2 dagen                           |
>> |                                   |                                   |
>> | Documentatie                      | 2 dagen                           |
>> |                                   |                                   |
>> | Totaal                            | 23.5 dagen                        |
>>
>> Op donderdag 7 oktober 2021 om 00:10:36 UTC+2 schreef Jan Catrysse:
>>
>>> Hello,
>>>
>>> I would like to convert HTML to TEXTILE but I always get html tags into my
>>> final textile file.
>>>
>>> How can this be fixed? Converting to Markdown works like a charm. I tried
>>> all kinds of options but without succes
>>>
>>> This is an example HTML
>>>
>>> <div>Random titel</div>
>>> <div>
>>> <p>Some text:</p>
>>> <table>
>>> <tbody>
>>> <tr>
>>> <td>
>>> <p>Company 1</p>
>>> </td>
>>> <td>
>>> <p>6 dagen</p>
>>> </td>
>>> </tr>
>>> <tr>
>>> <td>
>>> <p>Company 2</p>
>>> </td>
>>> <td>
>>> <p>11.5 dagen</p>
>>> </td>
>>> </tr>
>>> <tr>
>>> <td>
>>> <p>Company 3</p>
>>> </td>
>>> <td>
>>> <p>5.5 dagen</p>
>>> </td>
>>> </tr>
>>> </tbody>
>>> </table>
>>> </div>
>>> <div><br />
>>> <table>
>>> <tbody>
>>> <tr>
>>> <td>Taak</td>
>>> <td>Kost</td>
>>> </tr>
>>> <tr>
>>> <td>Analyse:<br />
>>> <ul>
>>> <li>Item one</li>
>>> <li>Item two</li>
>>> <li>Item three</li>
>>> <li>Itrm four</li>
>>> </ul>
>>> </td>
>>> <td>2.5 dagen</td>
>>> </tr>
>>> <tr>
>>> <td>Authenticatie</td>
>>> <td>2 dagen</td>
>>> </tr>
>>> <tr>
>>> <td>Ontwikkeling<br />
>>> <ul>
>>> <li>Another item 1</li>
>>> <li>Another item 2</li>
>>> <li>Another item 3</li>
>>> <li>Another item 4</li>
>>> <li>Another item 5</li>
>>> <li>Another item 6</li>
>>> <li>Another item 7</li>
>>> <li>Another item 8</li>
>>> <li>Another item 9</li>
>>> <li>Another item 0</li>
>>> </ul>
>>> </td>
>>> <td>6 dagen<br />5 dagen<br />1 dag</td>
>>> </tr>
>>> <tr>
>>> <td>Projectopvolging</td>
>>> <td>3 dagen</td>
>>> </tr>
>>> <tr>
>>> <td>Testing</td>
>>> <td>2 dagen</td>
>>> </tr>
>>> <tr>
>>> <td>Documentatie</td>
>>> <td>2 dagen</td>
>>> </tr>
>>> <tr>
>>> <td>Totaal</td>
>>> <td>23.5 dagen</td>
>>> </tr>
>>> </tbody>
>>> </table>
>>> </div>
>>>
>>
>> --
>> 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/a8447326-5aed-4c92-9157-a51b88dd6fb4n%40googlegroups.com.

-- 
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/17c5961d808.283c.ad1ecac2d06e8875ae034ced7ff3a5d5%40gmail.com.

[-- Attachment #2: Type: text/html, Size: 14683 bytes --]

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

* Re: html in textile tables
       [not found]             ` <17c5961d808.283c.ad1ecac2d06e8875ae034ced7ff3a5d5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2021-10-08 16:56               ` John MacFarlane
       [not found]                 ` <m2zgrjfoal.fsf-d8241O7hbXoP5tpWdHSM3tPlBySK3R6THiGdP5j34PU@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: John MacFarlane @ 2021-10-08 16:56 UTC (permalink / raw)
  To: Jan Catrysse, pandoc-discuss


Sorry, no.

Jan Catrysse <jan.catrysse-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Thank you John!
>
> Is there a way to change that behavior, to avoid outputting html? With 
> possibly a lesser quality output?
>
> Best regards
> Jan
>
>
> On October 7, 2021 05:59:52 John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:
>
>> This output doesn't preserve the fact that you have a list
>> in one of the cells.  That's why pandoc falls back to HTML
>> in this case.
>>
>> Jan Catrysse <jan.catrysse-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>>
>>> This could be a possible output:
>>> | Taak                              | Kost                              |
>>> |                                   |                                   |
>>> | Analyse:                          | 2.5 dagen                         |
>>> |                                   |                                   |
>>> |     Item one                      |                                   |
>>> |     Item two                      |                                   |
>>> |     Item three                    |                                   |
>>> |     Itrm four                     |                                   |
>>> |                                   |                                   |
>>> | Authenticatie                     | 2 dagen                           |
>>> |                                   |                                   |
>>> | Ontwikkeling                      | 6 dagen                           |
>>> |     Another item 0                | 5 dagen                           |
>>> |     Another item 1                | 1 dag                             |
>>> |     Another item 2                |                                   |
>>> |     Another item 3                |                                   |
>>> |     Another item 4                |                                   |
>>> |     Another item 5                |                                   |
>>> |     Another item 6                |                                   |
>>> |     Another item 7                |                                   |
>>> |     Another item 8                |                                   |
>>> |     Another item 9                |                                   |
>>> |                                   |                                   |
>>> | Projectopvolging                  | 3 dagen                           |
>>> |                                   |                                   |
>>> | Testing                           | 2 dagen                           |
>>> |                                   |                                   |
>>> | Documentatie                      | 2 dagen                           |
>>> |                                   |                                   |
>>> | Totaal                            | 23.5 dagen                        |
>>>
>>> Op donderdag 7 oktober 2021 om 00:10:36 UTC+2 schreef Jan Catrysse:
>>>
>>>> Hello,
>>>>
>>>> I would like to convert HTML to TEXTILE but I always get html tags into my
>>>> final textile file.
>>>>
>>>> How can this be fixed? Converting to Markdown works like a charm. I tried
>>>> all kinds of options but without succes
>>>>
>>>> This is an example HTML
>>>>
>>>> <div>Random titel</div>
>>>> <div>
>>>> <p>Some text:</p>
>>>> <table>
>>>> <tbody>
>>>> <tr>
>>>> <td>
>>>> <p>Company 1</p>
>>>> </td>
>>>> <td>
>>>> <p>6 dagen</p>
>>>> </td>
>>>> </tr>
>>>> <tr>
>>>> <td>
>>>> <p>Company 2</p>
>>>> </td>
>>>> <td>
>>>> <p>11.5 dagen</p>
>>>> </td>
>>>> </tr>
>>>> <tr>
>>>> <td>
>>>> <p>Company 3</p>
>>>> </td>
>>>> <td>
>>>> <p>5.5 dagen</p>
>>>> </td>
>>>> </tr>
>>>> </tbody>
>>>> </table>
>>>> </div>
>>>> <div><br />
>>>> <table>
>>>> <tbody>
>>>> <tr>
>>>> <td>Taak</td>
>>>> <td>Kost</td>
>>>> </tr>
>>>> <tr>
>>>> <td>Analyse:<br />
>>>> <ul>
>>>> <li>Item one</li>
>>>> <li>Item two</li>
>>>> <li>Item three</li>
>>>> <li>Itrm four</li>
>>>> </ul>
>>>> </td>
>>>> <td>2.5 dagen</td>
>>>> </tr>
>>>> <tr>
>>>> <td>Authenticatie</td>
>>>> <td>2 dagen</td>
>>>> </tr>
>>>> <tr>
>>>> <td>Ontwikkeling<br />
>>>> <ul>
>>>> <li>Another item 1</li>
>>>> <li>Another item 2</li>
>>>> <li>Another item 3</li>
>>>> <li>Another item 4</li>
>>>> <li>Another item 5</li>
>>>> <li>Another item 6</li>
>>>> <li>Another item 7</li>
>>>> <li>Another item 8</li>
>>>> <li>Another item 9</li>
>>>> <li>Another item 0</li>
>>>> </ul>
>>>> </td>
>>>> <td>6 dagen<br />5 dagen<br />1 dag</td>
>>>> </tr>
>>>> <tr>
>>>> <td>Projectopvolging</td>
>>>> <td>3 dagen</td>
>>>> </tr>
>>>> <tr>
>>>> <td>Testing</td>
>>>> <td>2 dagen</td>
>>>> </tr>
>>>> <tr>
>>>> <td>Documentatie</td>
>>>> <td>2 dagen</td>
>>>> </tr>
>>>> <tr>
>>>> <td>Totaal</td>
>>>> <td>23.5 dagen</td>
>>>> </tr>
>>>> </tbody>
>>>> </table>
>>>> </div>
>>>>
>>>
>>> --
>>> 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/a8447326-5aed-4c92-9157-a51b88dd6fb4n%40googlegroups.com.


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

* Re: html in textile tables
       [not found]                 ` <m2zgrjfoal.fsf-d8241O7hbXoP5tpWdHSM3tPlBySK3R6THiGdP5j34PU@public.gmane.org>
@ 2021-10-08 16:59                   ` Jan Catrysse
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Catrysse @ 2021-10-08 16:59 UTC (permalink / raw)
  To: John MacFarlane, pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 6068 bytes --]

No worries, I will just strip the html for now.

Have a nice weekend!


On October 8, 2021 18:56:46 John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:

> Sorry, no.
>
> Jan Catrysse <jan.catrysse-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
>> Thank you John!
>>
>> Is there a way to change that behavior, to avoid outputting html? With
>> possibly a lesser quality output?
>>
>> Best regards
>> Jan
>>
>>
>> On October 7, 2021 05:59:52 John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:
>>
>>> This output doesn't preserve the fact that you have a list
>>> in one of the cells.  That's why pandoc falls back to HTML
>>> in this case.
>>>
>>> Jan Catrysse <jan.catrysse-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>>>
>>>> This could be a possible output:
>>>> | Taak                              | Kost                              |
>>>> |                                   |                                   |
>>>> | Analyse:                          | 2.5 dagen                         |
>>>> |                                   |                                   |
>>>> |     Item one                      |                                   |
>>>> |     Item two                      |                                   |
>>>> |     Item three                    |                                   |
>>>> |     Itrm four                     |                                   |
>>>> |                                   |                                   |
>>>> | Authenticatie                     | 2 dagen                           |
>>>> |                                   |                                   |
>>>> | Ontwikkeling                      | 6 dagen                           |
>>>> |     Another item 0                | 5 dagen                           |
>>>> |     Another item 1                | 1 dag                             |
>>>> |     Another item 2                |                                   |
>>>> |     Another item 3                |                                   |
>>>> |     Another item 4                |                                   |
>>>> |     Another item 5                |                                   |
>>>> |     Another item 6                |                                   |
>>>> |     Another item 7                |                                   |
>>>> |     Another item 8                |                                   |
>>>> |     Another item 9                |                                   |
>>>> |                                   |                                   |
>>>> | Projectopvolging                  | 3 dagen                           |
>>>> |                                   |                                   |
>>>> | Testing                           | 2 dagen                           |
>>>> |                                   |                                   |
>>>> | Documentatie                      | 2 dagen                           |
>>>> |                                   |                                   |
>>>> | Totaal                            | 23.5 dagen                        |
>>>>
>>>> Op donderdag 7 oktober 2021 om 00:10:36 UTC+2 schreef Jan Catrysse:
>>>>
>>>>> Hello,
>>>>>
>>>>> I would like to convert HTML to TEXTILE but I always get html tags into my
>>>>> final textile file.
>>>>>
>>>>> How can this be fixed? Converting to Markdown works like a charm. I tried
>>>>> all kinds of options but without succes
>>>>>
>>>>> This is an example HTML
>>>>>
>>>>> <div>Random titel</div>
>>>>> <div>
>>>>> <p>Some text:</p>
>>>>> <table>
>>>>> <tbody>
>>>>> <tr>
>>>>> <td>
>>>>> <p>Company 1</p>
>>>>> </td>
>>>>> <td>
>>>>> <p>6 dagen</p>
>>>>> </td>
>>>>> </tr>
>>>>> <tr>
>>>>> <td>
>>>>> <p>Company 2</p>
>>>>> </td>
>>>>> <td>
>>>>> <p>11.5 dagen</p>
>>>>> </td>
>>>>> </tr>
>>>>> <tr>
>>>>> <td>
>>>>> <p>Company 3</p>
>>>>> </td>
>>>>> <td>
>>>>> <p>5.5 dagen</p>
>>>>> </td>
>>>>> </tr>
>>>>> </tbody>
>>>>> </table>
>>>>> </div>
>>>>> <div><br />
>>>>> <table>
>>>>> <tbody>
>>>>> <tr>
>>>>> <td>Taak</td>
>>>>> <td>Kost</td>
>>>>> </tr>
>>>>> <tr>
>>>>> <td>Analyse:<br />
>>>>> <ul>
>>>>> <li>Item one</li>
>>>>> <li>Item two</li>
>>>>> <li>Item three</li>
>>>>> <li>Itrm four</li>
>>>>> </ul>
>>>>> </td>
>>>>> <td>2.5 dagen</td>
>>>>> </tr>
>>>>> <tr>
>>>>> <td>Authenticatie</td>
>>>>> <td>2 dagen</td>
>>>>> </tr>
>>>>> <tr>
>>>>> <td>Ontwikkeling<br />
>>>>> <ul>
>>>>> <li>Another item 1</li>
>>>>> <li>Another item 2</li>
>>>>> <li>Another item 3</li>
>>>>> <li>Another item 4</li>
>>>>> <li>Another item 5</li>
>>>>> <li>Another item 6</li>
>>>>> <li>Another item 7</li>
>>>>> <li>Another item 8</li>
>>>>> <li>Another item 9</li>
>>>>> <li>Another item 0</li>
>>>>> </ul>
>>>>> </td>
>>>>> <td>6 dagen<br />5 dagen<br />1 dag</td>
>>>>> </tr>
>>>>> <tr>
>>>>> <td>Projectopvolging</td>
>>>>> <td>3 dagen</td>
>>>>> </tr>
>>>>> <tr>
>>>>> <td>Testing</td>
>>>>> <td>2 dagen</td>
>>>>> </tr>
>>>>> <tr>
>>>>> <td>Documentatie</td>
>>>>> <td>2 dagen</td>
>>>>> </tr>
>>>>> <tr>
>>>>> <td>Totaal</td>
>>>>> <td>23.5 dagen</td>
>>>>> </tr>
>>>>> </tbody>
>>>>> </table>
>>>>> </div>
>>>>>
>>>>
>>>> --
>>>> 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/a8447326-5aed-4c92-9157-a51b88dd6fb4n%40googlegroups.com.

-- 
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/17c60d87920.283c.ad1ecac2d06e8875ae034ced7ff3a5d5%40gmail.com.

[-- Attachment #2: Type: text/html, Size: 15598 bytes --]

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

end of thread, other threads:[~2021-10-08 16:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 22:10 html in textile tables Jan Catrysse
     [not found] ` <081d6d37-bb3c-4d2d-96cc-ee5a2718d698n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-10-06 22:30   ` Jan Catrysse
     [not found]     ` <a8447326-5aed-4c92-9157-a51b88dd6fb4n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-10-07  3:59       ` John MacFarlane
     [not found]         ` <m2ee8xxz76.fsf-d8241O7hbXoP5tpWdHSM3tPlBySK3R6THiGdP5j34PU@public.gmane.org>
2021-10-07  6:12           ` Jan Catrysse
     [not found]             ` <17c5961d808.283c.ad1ecac2d06e8875ae034ced7ff3a5d5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2021-10-08 16:56               ` John MacFarlane
     [not found]                 ` <m2zgrjfoal.fsf-d8241O7hbXoP5tpWdHSM3tPlBySK3R6THiGdP5j34PU@public.gmane.org>
2021-10-08 16:59                   ` Jan Catrysse

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).