Pre-submission checklist
Description
This is an awesome project that I've experimented with for just a little while now.
It would be cool if abbreviations from DocStringExtensions.jl would expand when previewing docs. For example, the docstring
"""
KK2000
The type and parameters for 2-moment precipitation formation by
Khairoutdinov and Kogan (2000)
DOI:10.1175/1520-0493(2000)128<0229:ANCPPI>2.0.CO;2
# Fields
$(DocStringExtensions.FIELDS)
"""
currently display as:
By comparison, the built docs would show the same as
I'm not sure if this suggestion is within scope of the extension, but couldn't find any other issues raising this suggestions, so thought I'd start a discussion at least.
Pre-submission checklist
Description
This is an awesome project that I've experimented with for just a little while now.
It would be cool if abbreviations from DocStringExtensions.jl would expand when previewing docs. For example, the docstring
currently display as:
By comparison, the built docs would show the same as
I'm not sure if this suggestion is within scope of the extension, but couldn't find any other issues raising this suggestions, so thought I'd start a discussion at least.