File: .gitmodules

package info (click to toggle)
rust-comrak 0.41.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,016 kB
  • sloc: sh: 5; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[submodule "vendor/cmark-gfm"]
	path = vendor/cmark-gfm
	url = https://github.com/kivikakk/cmark-gfm.git
[submodule "vendor/pulldown-cmark"]
	path = vendor/pulldown-cmark
	url = https://github.com/raphlinus/pulldown-cmark.git
[submodule "vendor/markdown-it"]
	path = vendor/markdown-it
	url = https://github.com/rlidwka/markdown-it.rs.git
[submodule "vendor/commonmark-spec"]
	path = vendor/commonmark-spec
	url = https://github.com/commonmark/commonmark-spec