summaryrefslogtreecommitdiffstats
path: root/tests/files/lp-sch.md
Commit message (Collapse)AuthorAgeFilesLines
* lps_gen.py: Update LPSRenderer.rsiddharth2017-10-251-0/+18
| | | | | | | | * lps_gen.py (LPSRenderer.paragraph): Update method. * tests/files/lp-sch-sessions-only.md: Update file. * tests/files/lp-sch-tba.md: Update file. * tests/files/lp-sch.md: Update file. * tests/files/lp-sessions-autolink.md: Update file.
* tests: Update TestLPS.rsiddharth2017-05-291-3/+1
| | | | | | | * tests/files/lp-sch.md: Update file. * tests/test_lps_gen.py (setup_class) (test_LPSMarkdown_timeslot) (test_LPSMarkdown_session): Update methods.
* changed tests/files/lp-sch.mdrsiddharth2016-03-051-7/+2
| | | | | | In some places use inline links. Addresses issue #3.
* updated tests/files/lp-sch.mdrsiddharth2016-02-171-1/+1
|
* Comments work out of the box.rsiddharth2016-02-171-0/+6
| | | | | | | | As described here: https://stackoverflow.com/questions/4823468/comments-in-markdown Addresses #5.
* updated tests/files/lp-sch.md + tests.rsiddharth2015-12-201-1/+4
|
* 'speaker' -> 'speakers'rsiddharth2015-12-161-1/+3
| | | | `speakers` is always a list.
* Added lps_gen.py + tests for it.rsiddharth2015-12-121-0/+170
Contains `LPSRenderer` and `LPSMarkdown` classes which convert a given Markdown LP schedule text to a python dictionary (OrderedDict).