File: test_pandoc.md

package info (click to toggle)
python-super-collections 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: python: 1,065; sh: 34; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# This is a simple text in Markdown

You can only render this file into json 
if you have [pandoc](https://pandoc.org/) installed.

## Title level 2
Pandoc is a fairly heavy package, so **we are not installing it**.

## Second title level 2
To make things easier, the file `test_pandoc.json` is a result of the conversion to json (`pandoc test_pandoc.md -o test_pandoc.json`)

It is that that file which is tested wiht the `test_pandoc.py` file.