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

Description text in the GTK4 and libadwaita pages are not parsed correctly #360

Open
ryonakano opened this issue Apr 24, 2022 · 1 comment
Labels
Status Blocked Type Bug Something is broken.

Comments

@ryonakano
Copy link

Describe the bug
Pictures, code blocks, links, etc… some syntax in the description text GTK4 and libadwaita pages are not parsed correctly.

To Reproduce
Steps to reproduce the behavior:

  1. Open some original C version of the documentation page, e.g. Adw.ApplicationWindow. See there are some links to other pages and the screenshot of the Adw.ApplicationWindow is shown in the Description section.
  2. Open the coordinate page in Valadoc: https://valadoc.org/libadwaita-1/Adw.ApplicationWindow.html
  3. See the links and screenshot is not parsed in the Description section; they're shown just like the normal text.

Expected behavior
Links and pictures in the Description page should be parsed correctly as the original documentation.

Screenshots
Here is the original C version (and expected behavior):

Screenshot from 2022-04-24 10-32-28

This is the current result of Valadoc:

Screenshot from 2022-04-24 10-32-45

Desktop (please complete the following information):

  • OS: Fedora Rawhide
  • Browser: Google Chrome
  • Version: 100.0.4896.127

Additional context
N/A

@colinkiama
Copy link
Member

Work to resolve this issue needs to be done in the Vala compiler repository. See: https://gitlab.gnome.org/GNOME/vala/-/issues/1278

Also here are some relevant files to check out if any of you are curious:
https://gitlab.gnome.org/GNOME/vala/-/tree/main/libvaladoc
https://gitlab.gnome.org/GNOME/vala/-/tree/main/valadoc

@lewisgoddard lewisgoddard added Status Blocked Type Bug Something is broken. labels Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status Blocked Type Bug Something is broken.
Projects
None yet
Development

No branches or pull requests

3 participants