mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 21:12:41 +00:00
Extended Definition List cleanup
Remove redundant inlineBlock extension Add missing trim on multiline definitions Fix editor regex for colon terminated terms.
This commit is contained in:
44
changelog.md
44
changelog.md
@@ -84,49 +84,6 @@ pre {
|
|||||||
## changelog
|
## changelog
|
||||||
For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).
|
For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
### Tuesday 02/07/2024
|
|
||||||
|
|
||||||
{{ taskList
|
|
||||||
|
|
||||||
##### abquintic
|
|
||||||
|
|
||||||
* [x] Add user requested feature for definition lists with multiple definitions.
|
|
||||||
|
|
||||||
This implements issue [#2340](https://github.com/naturalcrit/homebrewery/issues/2340) by extending the existing syntax pattern.
|
|
||||||
|
|
||||||
Multiple Definition Description (\<dd\>) terms must go on the following line with a blank line between definition sets. Additionally, Descriptions may be multi-line, if desired. Multi-line descriptions will be concatenated into a single Description on render.
|
|
||||||
|
|
||||||
The previous, inline system has not been removed, however, the two forms may not be intermixed.
|
|
||||||
|
|
||||||
```
|
|
||||||
Dictionary Term
|
|
||||||
:: Definition One
|
|
||||||
:: Definition Two
|
|
||||||
:: Definition Three
|
|
||||||
```
|
|
||||||
Example:
|
|
||||||
```
|
|
||||||
Egg
|
|
||||||
::Came before the Chicken
|
|
||||||
::Python Packaging Format
|
|
||||||
::Over
|
|
||||||
Easy
|
|
||||||
isn't
|
|
||||||
```
|
|
||||||
|
|
||||||
Results:
|
|
||||||
```
|
|
||||||
<dl>
|
|
||||||
<dt>Egg</dt>
|
|
||||||
<dd>Came before the Chicken</dd>
|
|
||||||
<dd>Python Packaging Format</dd>
|
|
||||||
<dd>Over Easy isn't</dd>
|
|
||||||
</dl>
|
|
||||||
```
|
|
||||||
}}
|
|
||||||
|
|
||||||
=======
|
|
||||||
### Wednesday 21/2/2024 - v3.11.0
|
### Wednesday 21/2/2024 - v3.11.0
|
||||||
{{taskList
|
{{taskList
|
||||||
|
|
||||||
@@ -300,7 +257,6 @@ There are $[TableNum] tables in this document. *(note: final value of `$[TableNu
|
|||||||
|
|
||||||
\page
|
\page
|
||||||
|
|
||||||
>>>>>>> master
|
|
||||||
### Friday 13/10/2023 - v3.10.0
|
### Friday 13/10/2023 - v3.10.0
|
||||||
{{taskList
|
{{taskList
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user