-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bullet point in list with multiple images not round trippable #555
Comments
The additional I added a test case here: 25b19ac |
but that's ok. maybe should just wrap the
|
It is ok, and yes we could do that. However, the behaviour is different to doc-based. There the Maybe we should not try to have the exact same output generated for html2md compared to docx2md & co.? That is the same discussion as in #529 |
…n unity block (#134) - Remove thumbnail from authoring for change background in unity block - This update is done to fix an issue with html localization flow adobe/helix-html2md#555 Resolves: [MWPW-159445](https://jira.corp.adobe.com/browse/MWPW-159445) Test URLs: Before: https://main--cc--adobecom.hlx.page/drafts/ruchika/remove-background1?unitylibs=stage After: https://main--cc--adobecom.hlx.page/drafts/ruchika/remove-background1?unitylibs=loc
…n unity block (#134) - Remove thumbnail from authoring for change background in unity block - This update is done to fix an issue with html localization flow adobe/helix-html2md#555 Resolves: [MWPW-159445](https://jira.corp.adobe.com/browse/MWPW-159445) Test URLs: Before: https://main--cc--adobecom.hlx.page/drafts/ruchika/remove-background1?unitylibs=stage After: https://main--cc--adobecom.hlx.page/drafts/ruchika/remove-background1?unitylibs=loc errors.
#143) Stage to main sync PR (Stage PR (#134)) - Remove thumbnail from authoring for change background in unity block - This update is done to fix an issue with html localization flow adobe/helix-html2md#555 Resolves: [MWPW-159445](https://jira.corp.adobe.com/browse/MWPW-159445) Test URLs: Before: https://main--cc--adobecom.hlx.page/drafts/ruchika/remove-background1?unitylibs=main After: https://main--cc--adobecom.hlx.page/drafts/ruchika/remove-background1?unitylibs=stage
…unity block for V2 (#146) - Remove thumbnail from authoring for change background in unity block for V2 - This update is done to fix an issue with html localization flow adobe/helix-html2md#555 Resolves: [MWPW-159445](https://jira.corp.adobe.com/browse/MWPW-159445) Test URLs: Before: https://stage--unity--adobecom.hlx.page/drafts/ruchika/remove-background After: https://thumbnail-v2--unity--adobecom.hlx.page/drafts/ruchika/remove-background
Description
If a single bullet point in a list has 2 images - it gets converted to 2 bullet points
To Reproduce
Source HTML
Expected MD
Generated MD
The new line feeds in this md get converted to bullet points when md2docx is used.
Expected behavior
The generated md should be
Screenshots
Version:
run:
$ hlx --version
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: