mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
1.2 KiB
1.2 KiB
Additional options:
These options don't depend on any previous option and order does not matter.
{% if show-range %}
start:#
- Render a snippet from the file beginning at the specified line.end:#
- Render a snippet from the file ending at the specified line.range:#-#
- Render a specified range of lines from a file (a shortcut for start:# end:#).mark:#,#-#
- Mark one or more lines of code with the class name "marked". Accepts one number, numbers separated by commas, and number ranges. Examplemark:1,5-8
will mark lines 1,5,6,7,8. Note: If you've changed the beginning line number be sure these match rendered line numberslinenos:false
- Do not add line numbers to highlighted code. {% else %}start:#
- Line numbers begin at # (useful for using snippets to reference longer code).mark:#,#-#
- Mark one or more lines of code with the class name "marked". Accepts one number, numbers separated by commas, and number ranges. Examplemark:1,5-8
will mark lines 1,5,6,7,8. Note: If you've changed the beginning line number be sure these match rendered line numberslinenos:false
- Do not add line numbers to highlighted code. {% endif %}