Not sure how avidly Jython is being maintained. But, thanks to Dave Griffiths, I got markdown4j working on RHEL on x86 by writing a small java wrapper. Hope to test moving it to z/OS. It ought to work.
Wrapper reads from stdin and the resulting HTML is written to stdout. (This reply will probably get recycled into some follow up in our next podcast - so don't be surprised to see it again.) :-) Cheers, Martin Martin Packer, zChampion, Principal Systems Investigator, Worldwide Cloud & Systems Performance, IBM +44-7802-245-584 email: [email protected] Twitter / Facebook IDs: MartinPacker Blog: https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker Podcast Series (With Marna Walle): https://developer.ibm.com/tv/category/mpt/ From: David Crayford <[email protected]> To: [email protected] Date: 06/04/2016 03:35 Subject: Re: Markdown Processor For z/OS Sent by: IBM Mainframe Discussion List <[email protected]> On 5/04/2016 9:32 PM, David Griffiths1 wrote: > Hi Martin, you could just use one of the free Java implementations. Or one > of the python ones might work with Jython. You will have to use on of the older Python markdown packages as the newer ones tend to use Python 3. Is Jython still being maintained? > Cheers, > > Dave Griffiths > IBM Operational Decision Manager > z/OS Developer > IBM United Kingdom Limited, Hursley Park, Winchester, SO21 2JN, UK > Tel: +44 1962 816478 Mobile: 07590 195531 > [email protected] > > > > > From: Martin Packer/UK/IBM@IBMGB > To: [email protected] > Date: 27/03/2016 16:12 > Subject: Markdown Processor For z/OS > Sent by: IBM Mainframe Discussion List <[email protected]> > > > > Does anyone know of a processor for any flavour of Markdown available on > z/OS? > > (I've an awful feeling I've asked this before - but haven't found the > question or the answer, so maybe not.) > > It's tempting to write some REXX... :-) > > Thanks, Martin > > Martin Packer, > zChampion, Principal Systems Investigator, > Worldwide Cloud & Systems Performance, IBM > > +44-7802-245-584 > > email: [email protected] > > Twitter / Facebook IDs: MartinPacker > Blog: > https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
