BEWSoftware MDj Core Library
ToDo List
- Update manual.
- Add Kramdown features:
- Definition lists:
term
: definition
: another definition
- Abbreviations:
*[text]: Full text
- Footnote:
[^n]: Footnote text
- Can now add an 'id' attribute to the link:
[^1][#fn1]
results with:<a id="fn1" ...><sup>[1]</sup></a>
- More work to do: automate generation of page location code.
- Can now add an 'id' attribute to the link:
- Definition lists:
- (11/01/2021) Added citation in-text reference to blockquote:
[(<cite text>)](<#ref>)
- Add class attribute where useful:
[@<classname>]
.- Links (Enhanced)
- Paragraph (Enhanced)
- Lists - see Navigation Bar
- (14/03/2020) Added superscripted footnote references.
[^d%] - d% must be a valid decimal number.[d%]
See footnote entry above. - (16/03/2020) Added footnote links[1]
- Add cell/column based "
class=
" attributes.
|Col1|Col2|Col3|[First Cell][Middle Cells][Last Cell]
- Improve access to the manual.
- Add bracketed option to tags where useful:
[]
.- (20/02/2020) Added to Fenced Code Blocks
- (21/02/2020) Added to Tables
- (21/02/2020) Added to Headings (Enhanced)
- (21/02/2020) Added to Lists
- Add
id=""
as option for all tags with bracketed option[#_id_]
.- (20/02/2020) Added to Fenced Code Blocks
- (21/02/2020) Added to Tables
- (21/02/2020) Added to Headings (Enhanced)
- (21/02/2020) Added to Lists
- (16/03/2020) Added to paragraphs:
[#idtext]
- (21/02/2020) Added separate link option to Headings (Enhanced).
- Add
<del>
and<ins>
:- (14/03/2020)
-!old words!
==<del>old words</del>
. - (14/03/2020)
+!new words!
==<ins>new words</ins>
. - Add
[]
for url and date.
- (14/03/2020)
- (14/03/2020) Added subscript
--
and superscript++
:--subscript--
==<sub>subscript</sub>
.++superscript++
==<sup>superscript</sup>
.
- (10/02/2020) Fix links to accept filenames with spaces. See: [Links]
- (10/02/2020) Add option to set
target="_blank"
for links (Autolinks too?). See: [Links][link]!
or[label][link]!
- Add Imogis.
1. Use a decimal number in brackets. It will be superscripted, and keeps the brackets.