Project

General

Profile

Actions

Bug #24

closed

Markdown table at the end of specification is not rendered

Added by Oleksandr Ivanov 11 months ago. Updated 7 months ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
02/01/2024
Due date:
02/02/2024
% Done:

100%

Estimated time:
0:30 h
Spent time:

Description

During implementation of the Feature #21 the following was observed:

If a specification finishes with a Markdown table this table is not rendered in the html version.

How to fix - the following block is missed after parsing loop in the specification class:

# Finalize non-closed elements
if @tempMdTable
    self.docItems.append(@tempMdTable)
        @tempMdTable = nil
    end
    if @tempMdList
        self.docItems.append(@tempMdList)
        @tempMdList = nil
    end
Actions #1

Updated by Oleksandr Ivanov 11 months ago

  • Status changed from New to In Progress
Actions #2

Updated by Oleksandr Ivanov 11 months ago

  • Due date set to 02/02/2024
  • Assignee set to Oleksandr Ivanov
  • Target version set to 0.0.7
  • Estimated time set to 0:30 h
Actions #3

Updated by Oleksandr Ivanov 11 months ago ยท Edited

  • Status changed from In Progress to Closed

Fixed in (commit:a049085f6490397d660ea8938d4d000bd797a719)

Actions #4

Updated by Oleksandr Ivanov 11 months ago

  • Status changed from Closed to Feedback
Actions #5

Updated by Oleksandr Ivanov 11 months ago

  • Status changed from Feedback to Closed
Actions #6

Updated by Oleksandr Ivanov 7 months ago

  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF