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 in skills? #23

Closed
jave opened this issue Oct 7, 2024 · 2 comments
Closed

markdown in skills? #23

jave opened this issue Oct 7, 2024 · 2 comments

Comments

@jave
Copy link

jave commented Oct 7, 2024

It doesnt seem possible to use markdown in skills?

I try to use formatting in skills as a kind of workaround, because I would like to enumerate at which workplace a skill was aquired, and I would like workplaces to stand out from the actual skills.

Ok, to make it somewhat clearer, I use a lisp syntax as frontend to jsonresume so it looks like this:

       {"name" "Machine Learning, Artificial Intelligence", "level" "",
        "keywords" [ "NVIDIA", "MLOps"]
        "wp" ["Jobtech Development"]}

then it gets transformed to json like this:

{
"name" : "Machine Learning, Artificial Intelligence",
"level" : "",
"keywords" : [ "Jobtech Development", "NVIDIA", "MLOps" ]
}

in this the transformer use the bold tag, but markdown wouldve been better if it worked.

@rbardini
Copy link
Owner

rbardini commented Oct 9, 2024

Markdown is only supported on paragraph-like fields such as summary and description, since the parser wraps single lines with <p> tags. It's probably best to continue using HTML in your case.

@jave
Copy link
Author

jave commented Oct 11, 2024

ok tnx

@jave jave closed this as completed Oct 11, 2024
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