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

Provide styling for Markdown content in sections #3

Open
dbellomo opened this issue Oct 4, 2021 · 1 comment
Open

Provide styling for Markdown content in sections #3

dbellomo opened this issue Oct 4, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dbellomo
Copy link

dbellomo commented Oct 4, 2021

full markdown processing don't work on sections.
e.g,
can't processing "#" and ">" tags

@ttntm ttntm self-assigned this Oct 5, 2021
@ttntm ttntm added the enhancement New feature or request label Oct 5, 2021
@ttntm
Copy link
Owner

ttntm commented Oct 6, 2021

I don't see anything wrong with Markdown processing:

Screenshot from 2021-10-06 11-17-08

All tags input into sections/about.md render as respective HTML elements.

In conclusion: this is a styling issue rathern than a functional limitation.

What's left to do:

  1. Add a custom class (i.e. md-content) to line 6 in ./src/includes/section.about.njk
  2. Write some CSS targeting the children of this class and put it at the bottom of ./src/inludes/css/custom.css

I'll see when I can get around to doing that, pull requests would be much appreciated though.

@ttntm ttntm changed the title full markdown processing on sections Provide styling for Markdown content in sections Oct 6, 2021
@ttntm ttntm added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants