Skip to content

Fix wrong definition of start line

Marcelo Santos requested to merge makifu/develop-kde-org:master into master

In the readme.md file, in the Hugo shortcodes section in the readfile part it is documented that the start argument "Defines the first line that should be displayed", however its actual behavior does not define the first line but rather defines the line to start (displaying the next line in sequence).

Documented behavior:

  • Defines the first line that should be displayed.

Actual behavior:

  • Sets the line to show by displaying the next line in the sequence.

Merge request reports