File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- name = " GFM "
1+ name = " GithubMarkdown "
22uuid = " ecb7cac2-dae3-4a6f-a5f6-8274be99c6cb"
33authors = [" Sebastian Pfitzner" ]
44version = " 0.1.0"
Original file line number Diff line number Diff line change 1- # GFM .jl
1+ # GithubMarkdown .jl
22
3- [ ![ Build Status] ( https://travis-ci.com/pfitzseb/GFM .jl.svg?branch=master )] ( https://travis-ci.com/pfitzseb/GFM .jl )
4- [ ![ Codecov] ( https://codecov.io/gh/pfitzseb/GFM .jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/pfitzseb/GFM .jl )
3+ [ ![ Build Status] ( https://travis-ci.com/pfitzseb/GithubMarkdown .jl.svg?branch=master )] ( https://travis-ci.com/pfitzseb/GithubMarkdown .jl )
4+ [ ![ Codecov] ( https://codecov.io/gh/pfitzseb/GithubMarkdown .jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/pfitzseb/GithubMarkdown .jl )
55
66Render a markdown file (conforming to the [ gfm spec] ( https://github.github.com/gfm/ ) ) to an ` IOBuffer ` or directly to a file.
77
Original file line number Diff line number Diff line change 1- module GFM
1+ module GithubMarkdown
22
33export rendergfm
44
Original file line number Diff line number Diff line change 1- using GFM
1+ using GithubMarkdown
22using Test
33
4- @testset " GFM .jl" begin
4+ @testset " GithubMarkdown .jl" begin
55 @testset " html" begin
66 io = IOBuffer ()
77 rendergfm (io, joinpath (@__DIR__ , " test1.md" ); format = " html" )
You can’t perform that action at this time.
0 commit comments