product-os / versionist

Flexible CHANGELOG generation toolkit that adapts to your commit conventions
44 stars 15 forks source link

Deeply nested changelogs should appear in blockquotes #158

Closed nazrhom closed 4 years ago

nazrhom commented 5 years ago

The details/summary break down unless there are no blanklines in the text in blockquotes, in that case it seems to render them correctly

e.g

18.6.0 - 2019-09-23

Update pinejs to 10.20.1 [Pagan Gazzard] > ### pinejs-10.20.1 - 2019-09-23 > > >
> Update dependencies [Pagan Gazzard] > >> #### abstract-sql-compiler-6.9.1 - 2019-09-20 >> >> * Switch to a lookup table for finding existing bind var entries [Pagan Gazzard] >> >> #### odata-parser-1.2.3 - 2019-09-20 >> >> * Optimise merging of operands in `FilterByExpressionLoop` [Pagan Gazzard] >> >> #### odata-to-abstract-sql-4.1.2 - 2019-09-23 >> >> >>
>> Optimise generating resource mappings [Pagan Gazzard] >> >>> ##### odata-parser-1.2.3 - 2019-09-20 >>> >>> * Optimise merging of operands in `FilterByExpressionLoop` [Pagan Gazzard] >>

odata-to-abstract-sql-4.1.1 - 2019-09-19

  • Improve error messages on failing to resolve relationships [Pagan Gazzard]

## 18.6.0 - 2019-09-23

<details>
<summary> Update pinejs to 10.20.1 [Pagan Gazzard] </summary>
>
> ### pinejs-10.20.1 - 2019-09-23
> 
> 
> <details>
> <summary> Update dependencies [Pagan Gazzard] </summary>
> 
>> #### abstract-sql-compiler-6.9.1 - 2019-09-20
>> 
>> * Switch to a lookup table for finding existing bind var entries [Pagan Gazzard]
>>
>> #### odata-parser-1.2.3 - 2019-09-20
>> 
>> * Optimise merging of operands in `FilterByExpressionLoop` [Pagan Gazzard]
>>
>> #### odata-to-abstract-sql-4.1.2 - 2019-09-23
>> 
>> 
>> <details>
>> <summary> Optimise generating resource mappings [Pagan Gazzard] </summary>
>>>
>>> ##### odata-parser-1.2.3 - 2019-09-20
>>> 
>>> * Optimise merging of operands in `FilterByExpressionLoop` [Pagan Gazzard]
>> </details>
>> 
>> #### odata-to-abstract-sql-4.1.1 - 2019-09-19
>> 
>> * Improve error messages on failing to resolve relationships [Pagan Gazzard]
>></details>
> 
> </details>