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

Also available in: Atom PDF