-
Bug
-
Resolution: Deferred
-
Minor
-
None
-
4.0.2
-
MOODLE_400_STABLE
Tables and quotations placed in Markdown code are unreadable when rendered into HTML.
Steps to reproduce:
- Set Boost or Classic theme.
- In user's "Preferences" change "Text editor" in "Editor preferences" to "Plain text area".
- In a course create "Page" resource in "Markdown format" with "Content" set to:
Table example:
|
|
| Plugin | Text |
|
| ------ | -----: |
|
| Dropbox | some very long text |
|
| GitHub | sample text |
|
| Google Drive | not this time |
|
|
Blockquote example:
|
|
> The overriding design goal for Markdown's
|
> formatting syntax is to make it as readable
|
> as possible. The idea is that a
|
> Markdown-formatted document should be
|
> publishable as-is, as plain text, without
|
> looking like it's been marked up with tags
|
> or formatting instructions.
|
Expected behavior:
- Table:
- has some spacing between cells (now whole table is compressed and unreadable),
- has some margin below last row,
- respects column alignment setting in the header row.
Blockquote has a visual distinction from plain text (seeMDL-62938).
Actual behavior:
Table is compressed, has no margin below last row, does not respect column alignment setting in the header row; blockquote has not a visual distinction from plain text (see screenshot.png below).