Skip to content
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

BUG- Layout problem using Markdown file (.md) #1255

Closed
2 tasks
FlorianJacta opened this issue May 2, 2024 · 1 comment · Fixed by #1290
Closed
2 tasks

BUG- Layout problem using Markdown file (.md) #1255

FlorianJacta opened this issue May 2, 2024 · 1 comment · Fixed by #1290
Assignees
Labels
🖰 GUI Related to GUI 🆘 Help wanted Open to participation from the community 💥Malfunction Addresses an identified problem. 🟥 Priority: Critical Must be addressed as soon as possible
Milestone

Comments

@FlorianJacta
Copy link
Member

Description
This issue seems to come from this issue: #458

Layout and parts need to be fixed.

How to reproduce

My Markdown

<|layout|columns=1 1 1|
<|
# Col 1
|>

<|
# Col 2
|>

<|
# Col 3
|>
|>

The result:
image

Expected behavior
I should have parts and layout working properly.

Runtime environment
Please specify relevant indications.

Acceptance Criteria

  • Ensure new code is unit tested, and check code coverage is at least 90%
  • Create related issue in taipy-doc for documentation and Release Notes if relevant
@FlorianJacta FlorianJacta added 🟥 Priority: Critical Must be addressed as soon as possible 🖰 GUI Related to GUI 💥Malfunction Addresses an identified problem. labels May 2, 2024
@jrobinAV jrobinAV added the 🆘 Help wanted Open to participation from the community label May 3, 2024
@trgiangdo trgiangdo added this to the Community 3.2 milestone May 8, 2024
@dinhlongviolin1
Copy link
Member

The issue is caused by file format that is in CRLF. The fix for this would be to replace all \r\n and \r with \n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖰 GUI Related to GUI 🆘 Help wanted Open to participation from the community 💥Malfunction Addresses an identified problem. 🟥 Priority: Critical Must be addressed as soon as possible
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants