Open cyber-g opened 3 years ago
Hey cyber-g. Thanks for the fix. Eric is kind of on break from maintaining this code. The current development activity is over at https://github.com/sberl/supersid. If it isn't too much trouble, could you open the PR over there?
Thanks.
Sure ! I will proceed to the PR at https://github.com/sberl/supersid any time soon ; I guess I will have to fetch the available new commits before. Should be done in the next few days. Best regards
Should I close this PR since it is continued on fork of @sberl ? (https://github.com/sberl/supersid/pull/1)
There is a small formatting/rendering issue for the markdown
ConfigHelp.md
documentation file.Some sections are highlighted by
div
tags (example :<div id='id-section1'/>
) These tags are currently directly followed by subsection titles (example :## [PARAMETERS] ##
)Issue : the subsection title is not properly rendered on the web interface.
Solution : There should be an empty line after those tags for having a proper rendering of the subsection titles.
This PR fixes this rendering issue by adding the appropriate empty lines after the
div
tags.