File: break_on_newline_and_backslash.text

package info (click to toggle)
python-markdown2 2.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,492 kB
  • sloc: python: 6,201; perl: 1,493; php: 865; makefile: 37
file content (3 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
The breaks extra allows you to insert a hard break on newlines.
You can also insert hard breaks after backslashes \
which will result in a single break when both are enabled.