File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 44 - " 3.4"
55 - " 3.5"
66before_install :
7- - wget https://github.com/jgm/pandoc/releases/download/2.2.3.2 /pandoc-2.2.3.2 -1-amd64.deb
8- - sudo dpkg -i pandoc-2.2.3.2 -1-amd64.deb
7+ - wget https://github.com/jgm/pandoc/releases/download/2.4 /pandoc-2.4 -1-amd64.deb
8+ - sudo dpkg -i pandoc-2.4 -1-amd64.deb
99 - pandoc -v
1010install :
1111 - pip install coveralls
Original file line number Diff line number Diff line change 11# pandoc-codeblock-include
2- [ ![ Build Status] ( https://img.shields.io/travis/chdemko/pandoc-codeblock-include/master .svg )] ( https://travis-ci.org/chdemko/pandoc-codeblock-include/branches )
3- [ ![ Coveralls] ( https://img.shields.io/coveralls/github/chdemko/pandoc-codeblock-include/master. svg )] ( https://coveralls.io/github/chdemko/pandoc-codeblock-include?branch=master )
2+ [ ![ Build Status] ( https://img.shields.io/travis/chdemko/pandoc-codeblock-include/0.0.3 .svg )] ( https://travis-ci.org/chdemko/pandoc-codeblock-include/branches )
3+ [ ![ Coveralls] ( https://img.shields.io/coveralls/github/chdemko/pandoc-codeblock-include/0.0.3. svg )] ( https://coveralls.io/github/chdemko/pandoc-codeblock-include?branch=0.0.3 )
44[ ![ Scrutinizer] ( https://img.shields.io/scrutinizer/g/chdemko/pandoc-codeblock-include.svg )] ( https://scrutinizer-ci.com/g/chdemko/pandoc-codeblock-include/ )
55[ ![ PyPI version] ( https://img.shields.io/pypi/v/pandoc-codeblock-include.svg )] ( https://pypi.org/project/pandoc-codeblock-include/ )
6- [ ![ PyPI format] ( https://img.shields.io/pypi/format/pandoc-codeblock-include. svg )] ( https://pypi.org/project/pandoc-codeblock-include/ )
7- [ ![ License] ( https://img.shields.io/pypi/l/pandoc-codeblock-include. svg )] ( https://raw.githubusercontent.com/chdemko/pandoc-codeblock-include/master /LICENSE )
6+ [ ![ PyPI format] ( https://img.shields.io/pypi/format/pandoc-codeblock-include/0.0.3. svg )] ( https://pypi.org/project/pandoc-codeblock-include/0.0.3 / )
7+ [ ![ License] ( https://img.shields.io/pypi/l/pandoc-codeblock-include/0.0.3. svg )] ( https://raw.githubusercontent.com/chdemko/pandoc-codeblock-include/0.0.3 /LICENSE )
88[ ![ Python version] ( https://img.shields.io/pypi/pyversions/pandoc-codeblock-include.svg )] ( https://pypi.org/project/pandoc-codeblock-include/ )
99[ ![ Development Status] ( https://img.shields.io/pypi/status/pandoc-codeblock-include.svg )] ( https://pypi.org/project/pandoc-codeblock-include/ )
1010
11+
1112* pandoc-codeblock-include* is a [ pandoc] filter for including files in ` CodeBlock ` elements.
1213
1314[ pandoc ] : http://pandoc.org/
Original file line number Diff line number Diff line change 2828 # Versions should comply with PEP440. For a discussion on single-sourcing
2929 # the version across setup.py and the project code, see
3030 # https://packaging.python.org/en/latest/single_source_version.html
31- version = '0.0.2 ' ,
31+ version = '0.0.3 ' ,
3232
3333 # The project's description
3434 description = 'A pandoc filter for including file in block code' ,
You can’t perform that action at this time.
0 commit comments