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

修复字号调整无法在div中使用 #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

juzeon
Copy link

@juzeon juzeon commented Oct 21, 2024

字号调整的class,如hugetext、tinytext等,无法在div中应用。因此在双栏等需要div的布局时无效。

测试文件:

---
marp: true
size: 16:9
theme: am_green
paginate: true
headingDivider: [2,3]
---

## Test

<!-- _class: cols-2 hugetext -->

<div class=ldiv>

Left
</div>

<div class=rdiv>

Right
</div>

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.

1 participant