File: markdown

package info (click to toggle)
le 1.16.3-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,536 kB
  • ctags: 4,062
  • sloc: ansic: 24,236; cpp: 18,166; sh: 5,057; makefile: 85; perl: 82
file content (11 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Markdown -*- LE-syntax -*-
c1,1=^(.*)\n(?:=+|-+)
c1,1=^#+ (.*)
c1,1=\*\*([^[:space:]].*?)\*
c3,1=\*([^*[:space:]].*?)\*
c1,2=__([^[:space:]].*?)__
c3,2=_([^_[:space:]].*?)_
c4,1=\[(.*?)\]
c2,1=\[(?:.*?)\]\((.*?)\)
c2,1=`(.*?)`
si(html)=^<([[:alpha:]]+)(?: [^>]*)?>(?:.|\n)*</\1>