No formatting of Feature Markdown link
No formatting of Feature Markdown link
kthorngren
Posts: 21,554Questions: 26Answers: 4,994
in Web-site
Using -feature
creates a link to the feature but the rendered link doesn't have the cool formatting that other Datatables Markdown options have. It's also not in the Markdown docs.
I also noticed the -option
is not in the docs but -init
is. I've always used -option
Kevin
Replies
Well spotted! The forum software was removing the "feature" class as I'd forgotten to add it to a white list. Doh! Fixed now.
Also added it to the tech note for the markdown formatting, and that will be int he next deploy.
-option
and-init
are interchangeable. I think I might have started with the former and then settled on the latter (less typing...), but they both work!Allan
Perfect, thanks.
Kevin