Hi,
On 29/08/17 20:11, Andy Goth wrote: > On 08/27/17 21:14, [email protected] wrote: >> my static site generator leverages blackfriday for markdown parsing, >> and pygment-colored code blocks are framed with "```" ... these blocks >> do not get ignored by your script, and the commented lines inside the >> code blocks get meddled with. > > "```" is not special to Fossil, so it's not recognized by my script. > But that's easily remedied. Please try: > > https://chiselapp.com/user/andy/repository/brush/file/doc/toc.tcl > > To keep this email relevant to Fossil, let me ask if there is any > interest in adding "```" which appears to be intended to mark a code > block without having to indent each line. I vote no because what we > have works for me, but others may disagree. > I would vote yes. It's used in Pandoc's markdown and others and is becoming a standard practices for documentation made with this popular Markdown families. Cheers, Offray _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

