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

A feature of markdown doesn't work #228

Closed
1 of 3 tasks
maxezek opened this issue May 13, 2018 · 3 comments
Closed
1 of 3 tasks

A feature of markdown doesn't work #228

maxezek opened this issue May 13, 2018 · 3 comments

Comments

@maxezek
Copy link

maxezek commented May 13, 2018

The integration of HTML and markdown seems perfect but I find a type of text in markdown that it is not translated by Icestudio

  • This is interesting for describing a task.
  • This represented a finished task.

But in Icestudio * [ ] it is not converted in

  • .
@Jesus89
Copy link
Member

Jesus89 commented May 13, 2018

Hi @maxezek

Icestudio uses marked.js to generate the HTML view from the markdown code so in order to add this new feature it should be supported first in marked.js.

@Jesus89
Copy link
Member

Jesus89 commented May 13, 2018

I have just found this library that uses marked for Markdown convertion and Task List JS for the checkbox list.

So we could use the same/similar library to implement this feature in Icestudio 😊

- [ ] momo
- [x] mimi

- <input type="checkbox" style="position:absolute;margin:0.4em 0 0 -1.3em">momo
- <input type="checkbox" style="position:absolute;margin:0.4em 0 0 -1.3em" checked>mimi

@Jesus89
Copy link
Member

Jesus89 commented May 17, 2018

Hi. I have implemented this feature and other improvements for the Info block (#235).

@Jesus89 Jesus89 closed this as completed May 17, 2018
umarcor pushed a commit to juanmard/icestudio that referenced this issue Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants