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

No line breaks before/after visuals in lists #326

Open
1 of 3 tasks
wajihaparvez opened this issue Jan 23, 2025 · 1 comment
Open
1 of 3 tasks

No line breaks before/after visuals in lists #326

wajihaparvez opened this issue Jan 23, 2025 · 1 comment
Labels
authoring Relates to our markdown parser bug question Further information is requested

Comments

@wajihaparvez
Copy link

Describe the bug

Specifically noticed this in images/GIFs that are in lists. The + before/after visuals in the old system haven't been imported, so in V3, some visuals appear on the same lines as text. Is there a way to automatically add a <br> or something?

From Create a dashboard:

Image

From Create visualizations with Lens:

Image

From Create a simple dashboard to monitor website logs:

Image

Expected behavior

Visuals should appear on separate lines.

Steps to reproduce

No response

Tooling

  • docs-builder
  • migration tooling
  • I'm not sure
@wajihaparvez wajihaparvez changed the title No line breaks before images/GIFs in lists No line breaks before/after visuals in lists Jan 23, 2025
@bmorelli25
Copy link
Member

This will require more discussion. Based on the syntax I'm seeing, the migration tooling looks correct:

* To add fields, open the {{data-source}} dropdown, then select **Add a field to this {{data-source}}**.

    ![Dropdown menu located next to {{data-source}} field with items for adding and managing fields](images/lens_dataViewDropDown_8.4.0.png "")

    For more information about adding fields to {{data-sources}} and examples, refer to [Explore your data with runtime fields](managing-data-views.md#runtime-fields).

Whether or not that should build the following (no line break after image) is the part that needs to be figured out.

Image

@bmorelli25 bmorelli25 added question Further information is requested authoring Relates to our markdown parser labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
authoring Relates to our markdown parser bug question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants