-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.5 Penguins
-
Fix Version/s: 2.6 Penguins
-
Labels:None
-
Sprint:2.6 Penguins
Style of inline code in comments is different from article's inline code - has red text-color instead black as expected according to Markdown syntax reference.
Steps to reproduce:
1. Sign in to Antarcticle.
2. Click 'Create article'.
3. Enter ' `code is here` ' on the 'Enter article content here...' field, fill the title field and click 'Create article'.
4. Enter in 'Enter your comment here...' field ' `code is here` ' and click 'Post'.
Actual result: 'code is here' in comment is displayed on light-pink background color without border with red text-color.
Expected result: 'code is here' has same style in article and comment - is displayed with black text-color on light-pink background color with grey border .