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 table class name in fixHugoOutput #2897

Merged
merged 1 commit into from
Dec 27, 2022
Merged

Conversation

samysweb
Copy link
Contributor

Purpose

The addClass call must be called with class name only instead of '.table' as class name.
Previously this lead to undesirable behavior because markdown tables would be rendered without the proper CSS classes (see screenshots below).
Since I only noticed this problem just now, I did not create an issue so far.

Screenshots

Old behavior:
grafik
New behavior:
grafik

addClass must be called with class name only instead of '.table' as class name
@netlify
Copy link

netlify bot commented Dec 27, 2022

Deploy Preview for hugo-portfolio-theme canceled.

Name Link
🔨 Latest commit a8bb252
🔍 Latest deploy log https://app.netlify.com/sites/hugo-portfolio-theme/deploys/63ab2b1f1819fc00086e0770

@netlify
Copy link

netlify bot commented Dec 27, 2022

Deploy Preview for markdown-slides canceled.

Name Link
🔨 Latest commit a8bb252
🔍 Latest deploy log https://app.netlify.com/sites/markdown-slides/deploys/63ab2b1fd0e37e0008dbb624

@gcushen gcushen changed the title Repaired table class name in fixHugoOutput Fix table class name in fixHugoOutput Dec 27, 2022
@gcushen gcushen added the bug label Dec 27, 2022
@gcushen gcushen merged commit 549d2cd into HugoBlox:main Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants