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

Improve the look of tables #1299

Merged
merged 2 commits into from
Jun 15, 2023
Merged

Improve the look of tables #1299

merged 2 commits into from
Jun 15, 2023

Conversation

ayan4m1
Copy link
Contributor

@ayan4m1 ayan4m1 commented Jun 15, 2023

Before:

Screenshot 2023-06-15 021521

After:

Screenshot 2023-06-15 021627

@RayBB
Copy link
Contributor

RayBB commented Jun 15, 2023

I like it!

PS: You might also wanna do this easy css issue. #533

@@ -758,6 +758,9 @@ function setupMarkdown() {
const alt_text = item.content;
return `<img class="icon icon-emoji" src="${src}" title="${title}" alt="${alt_text}"/>`;
};
md.renderer.rules.table_open = function () {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@dessalines dessalines enabled auto-merge (squash) June 15, 2023 12:00
@ayan4m1
Copy link
Contributor Author

ayan4m1 commented Jun 15, 2023

What should I do to trick Woodpecker into running the build?

@dessalines dessalines merged commit 79f4009 into LemmyNet:main Jun 15, 2023
@ayan4m1 ayan4m1 deleted the feature/tables branch June 15, 2023 21:43
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.

4 participants