We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
marsen [2:46 PM] hi 請教一下 hackmd 的slide , 字的置左置右怎麼設定呢?
jacky [2:53 PM] 直接 hack CSS ,在文件上面加上這段 原本CSS是設定在 .reveal .slides 下面 所以直接附蓋就好
<style> .reveal .slides { text-align: left; } </style>
jacky [3:02 PM] 如果不要讓標題全部轉大寫要加這段
h1, h2, h3, h4, h5, h6 { text-transform: none !important; }
jacky [3:06 PM] 簡單說 md 會轉成 HTML 所以你要改什麼都可以
The text was updated successfully, but these errors were encountered:
其實直接用 HTML 去做修改也是可以的喔!
Sorry, something went wrong.
No branches or pull requests
marsen [2:46 PM]
hi
請教一下 hackmd 的slide ,
字的置左置右怎麼設定呢?
jacky [2:53 PM]
直接 hack CSS ,在文件上面加上這段
原本CSS是設定在 .reveal .slides 下面 所以直接附蓋就好
jacky [3:02 PM]
如果不要讓標題全部轉大寫要加這段
jacky [3:06 PM]
簡單說 md 會轉成 HTML 所以你要改什麼都可以
The text was updated successfully, but these errors were encountered: