You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! It'd be nice to have a possibility to skip a chosen number of lines at the beginning of the parsed Markdown. That's because GitHub README usually contains information that doesn't matter for the website where it's embedded. Cheers and thanks for a great plugin.
The text was updated successfully, but these errors were encountered:
Good suggestion! I often get annoyed when there's a title twice, one from the WP post and the other one from markdown.. Never thought about this solution (or any for that matter..).
@nilsnolde currently I use a workaround to avoid show the title twice:
/* My CSS */
.hidden-first-h1h1:first-of-type {
display: none;
}
// My post content
[git-add-css classes="hidden-first-h1"]
[git-github-markdown url="https://github.com/danilopinotti/blog-posts/blob/master/2021-03-13-explicando_operadores_bitwise.md?v=3"]
[/git-add-css]
Hey! It'd be nice to have a possibility to skip a chosen number of lines at the beginning of the parsed Markdown. That's because GitHub README usually contains information that doesn't matter for the website where it's embedded. Cheers and thanks for a great plugin.
The text was updated successfully, but these errors were encountered: