markdown 如何在Drupal 8中的Restricted HTML CKEditor中提供左,右,中心对齐按钮
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 如何在Drupal 8中的Restricted HTML CKEditor中提供左,右,中心对齐按钮相关的知识,希望对你有一定的参考价值。
Not only do you have to drag the alignment buttons to the toolbar in /admin/config/content/formats, but you also have to add class="text-align-left text-align-center text-align-right" to any tags you want to be able to align in your list of allowed tags (eg, paragraph tags at the very least!)
Also make sure those classes have associated styles in your stylesheets
以上是关于markdown 如何在Drupal 8中的Restricted HTML CKEditor中提供左,右,中心对齐按钮的主要内容,如果未能解决你的问题,请参考以下文章