espressif / idf-eclipse-plugin

Espressif-IDE (based on Eclipse CDT) for ESP-IDF CMake based projects 4.x and above
Eclipse Public License 2.0
295 stars 115 forks source link

Rendering problem of project description when starting new ESP IDF project (IEP-1167) #897

Open zikalino opened 5 months ago

zikalino commented 5 months ago

Describe the bug

Just when creating project, example description is not rendered correctly in 2 places. Screenshots attached.

To Reproduce Steps to reproduce the behavior:

  1. File -> New -> Espressif IDF Project
  2. "Hello World Example" description looks ugly, screenshots attached

image

image

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Espressif-IDE Product Information: Espressif > Product Information (Copy content from the console and attach as a file)

Eclipse Error log: Window > Show View > Other > Search for "Error Log" (Attach as a file)

Please attach the error log as described here https://github.com/espressif/idf-eclipse-plugin#error-log

kolipakakondal commented 5 months ago

Hi @zikalino Thanks for reporting.

Let me update to to new markdown plugin and see if we are able to resolve some of these issues. If not, we have 2 options:

  1. Remove the markdown editor entirely from the wizard and display only projects.
  2. Replace the markdown editor with a hyperlink for the markdown file. This way, users can click on it, and it will open in an external browser.