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

markdown to html fails on links on relatively simple markdown doc #126

Open
jmetz opened this issue Oct 15, 2024 · 3 comments
Open

markdown to html fails on links on relatively simple markdown doc #126

jmetz opened this issue Oct 15, 2024 · 3 comments

Comments

@jmetz
Copy link

jmetz commented Oct 15, 2024

As in #125, using https://sdsawtelle.github.io/attachments/resume.md, shiva conversion to html gives:

Sonya Sawtelle
======

#### Data scientist with a strong background in math, science and programming.
###### [ [website](http://sdsawtelle.github.io) ] . [ [linkedin](www.linkedin.com/in/sonya-sawtelle-data-scientist) ] . [ [github](https://github.com/sdsawtelle) ] . [ [[email protected]](mailto:[email protected]) ] . [ 802 461 3429 ]


Skills
------

to

<!DOCTYPE html>
<html>
<body>
<h1>Sonya Sawtelle</h1>
<h4>Data scientist with a strong background in math, science and programming.</h4>
<h6>[ website</h6>
<h2>Skills</h2>

Renders result

image

@jmetz
Copy link
Author

jmetz commented Oct 15, 2024

As a reference, comrak on the same input renders correctly;

image

@evgenyigumnov
Copy link
Member

confirm

are you ready to fix it?

@jmetz
Copy link
Author

jmetz commented Oct 16, 2024

No sorry, I don't know this crate well enough and don't have availability right now. If this doesn't get resolved and I find the time I'll let you know.

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