Ticket #26 (closed defect: duplicate)
Emphasis for small words (1-2 letters) is broken
| Reported by: | bluecloth@… | Owned by: | deveiant |
|---|---|---|---|
| Priority: | normal | Milestone: | Markdown 1.0.1 |
| Component: | MarkdownSyntax | Version: | 1.0.0 |
| Severity: | normal | Keywords: | syntax emphasis small words |
| Cc: | bluecloth@… |
Description
It looks like emphasis for small words is broken as this test demonstrates:
def test_small_word_with_emphasis
input = %{this _is_ a test}
output = BlueCloth.new(input).to_html
assert_equal("<p>this <em>is</em> a test</p>", output)
end
Change History
Note: See
TracTickets for help on using
tickets.
