Ticket #16 (closed defect: wontfix)

Opened 7 years ago

Last modified 3 years ago

code block error

Reported by: deveiant Owned by: deveiant
Milestone: Old Bugfixes Component: MarkdownSyntax
Version: 1.0.0 Severity: normal
Keywords: codeblock colon markdown syntax Cc:

Description

BlueCloth seems to require that the previous line ends with a colon for the code block to be recognised.

For example...

Here is a line that might describe the following codeblock

    here is the actual codeblock. This should be seen as a codeblock
    yet as the first line didn't end with a : it is just treated as normal
    text :-(

whereas this example works...

Here is another line that might describe the following codeblock:

    hooray the codeblock is recognised!

Change History

comment:1 Changed 7 years ago by deveiant

  • Status changed from new to assigned

Thanks for this report.

Code block syntax was changed in Markdown 1.0.1 -- Bluecloth currently still implements the 1.0 syntax rules. The changes to support colon-less code blocks is already committed, and will be in the next release.

comment:2 Changed 6 years ago by deveiant

  • Milestone changed from Markdown 1.0.1 to Bugfixes

comment:3 Changed 3 years ago by deveiant

  • Status changed from assigned to closed
  • Resolution set to wontfix

Closing all BlueCloth 1 tickets. All known defects should be fixed by 2.0. Let me know if I've missed one.

Note: See TracTickets for help on using tickets.