-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Labels:None
-
Environment:
Firefox 27, antarcticle preprod 159
Markdown doesn't work according to the rules
Steps to reproduce:
1. Log into http://qa.jtalks.org/antarcticle/
2. Click "Write article" button
3. Create article and validate markdown for Lists
⋅⋅* Unordered sub-list. ⋅⋅1. Ordered sub-list
4. For links
[You can use numbers for reference-style link definitions][1]
5. For code
Inline `code` has `back-ticks around` it.
6. For tables
| Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 |
7. For horizontal rule
Three or more... --- Hyphens *** Asterisks ___ Underscores
Actual result: markdown on preprod doesn't displaying according to the doc
Expected result lists, links, code, tables markdown working as on prod according to doc