Ticket #24 (closed defect: wontfix)
Too strict on code backticks
| Reported by: | paul@… | Owned by: | deveiant |
|---|---|---|---|
| Milestone: | Old Bugfixes | Component: | API |
| Version: | 1.0.0fc2 | Severity: | normal |
| Keywords: | backtick span exception | Cc: |
Description (last modified by deveiant) (diff)
I don't think BlueCloth should throw an exception if the backtick-style code spans aren't properly terminated (line 918 of lib/bluecloth.rb): Gruber's original doesn't. In fact, BC#to_html should always return HTML, because Gruber didn't define a syntax that must be followed. Remember, Markdown is a *writing* format, not a *publishing* format.
Change History
comment:1 Changed 6 years ago by deveiant
- Status changed from new to assigned
- Description modified (diff)
- priority changed from high to normal
- Version set to 1.0.0fc2
- Milestone set to Markdown 1.0.1
- Keywords backtick span exception added
- Severity changed from blocker to normal
Note: See
TracTickets for help on using
tickets.
