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

Fix #1 Make books description parsed correctly to markdown #2

Conversation

PFayoux
Copy link

@PFayoux PFayoux commented Jun 1, 2024

This PR should solve this issue #1

I've made some change to the books.yml file so description are not broken when parsed by the yaml.parse()method.
Basically, when doing some markdown list, you have to break line twice otherwise it consider it's a single line.

Also I've tried to rewrite the description in the same format each time so we keep consistency.

@PFayoux PFayoux changed the title fix: Fix the markdown of the books.yml file so it will be correctly parsed by the yml parser Fix #1 Make books description parsed correctly to markdown Jun 1, 2024
@lmammino lmammino merged commit fd58307 into FullStackBulletin:main Jun 1, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants