Configure basic HTML input format to NOT use markdown at all

Was considering doing this anyway because switching between the Markdown WYSIWYG
and regular CKEditor could really screw up formatting, but after the upgrade of
the Markdown module (which provides the underlying Markdown capability that
CKEditor Markdown uses, apparently) it absolutely destroyed every port of content
that was using the Basic HTML input format, in the way described way back in this
old comment on the upgrade issue, https://www.drupal.org/project/markdown/issues/3103679#comment-14289153

Anyway this configuration change fixed the major problem of the text being output with
no HTML formatting whatsoever.

Ref #227
This commit is contained in:
benjamin melançon 2022-03-08 15:43:26 -05:00
parent aa14d30664
commit 40735b8b8b
2 changed files with 6 additions and 18 deletions

View file

@ -42,18 +42,14 @@ settings:
-
name: Tools
items:
- Markdown
- Source
- ShowBlocks
- Maximize
plugins:
stylescombo:
styles: |
p.subtitle.is-mono.is-4|Mono subtitle
p.title.is-5.is-spaced|Small title
p.subtitle.is-6|Small subtitle
language:
language_list: un
stylescombo:
styles: "p.subtitle.is-mono.is-4|Mono subtitle\r\np.title.is-5.is-spaced|Small title\r\np.subtitle.is-6|Small subtitle\r\n"
linebreaks:
method: force
image_upload: