Folks,
$:/core/modules/parsers/wikiparser/rules/list.js I have cloned this and attempted to edit it.
Certainly it looks like the place to do this but my initial attempts at hacking the js resulted in a dead wiki.
I see the steps as add "." period to the initial characters in the regex
Then add a list type of
".": {listTag: "dt", itemTag: "dt"},
Without the `<dl></dl>` wrap so it is not bolded as I want
Can anyone help with a little javascript help?
Basically I want a leading period on any line to be the same as ";" but not "bolded".
Regards
Tony