Re: [TML] Now with added Foreword...!
Evyn Gutierrez
(15 Mar 2021 01:12 UTC)
|
Re: [TML] Now with added Foreword...!
Timothy Collinson
(15 Mar 2021 10:46 UTC)
|
Re: [TML] Now with added Foreword...!
Bruce Johnson
(15 Mar 2021 19:12 UTC)
|
Re: [TML] Now with added Foreword...!
Charles McKnight
(15 Mar 2021 19:59 UTC)
|
Re: [TML] Now with added Foreword...!
Timothy Collinson
(16 Mar 2021 09:03 UTC)
|
Re: [TML] Now with added Foreword...! Jeff Zeitlin (16 Mar 2021 10:03 UTC)
|
Re: [TML] Now with added Foreword...!
Timothy Collinson
(16 Mar 2021 10:52 UTC)
|
Re: [TML] Now with added Foreword...!
Postmark
(16 Mar 2021 15:11 UTC)
|
Re: [TML] Now with added Foreword...!
Timothy Collinson
(16 Mar 2021 20:13 UTC)
|
Re: [TML] Now with added Foreword...!
Charles McKnight
(16 Mar 2021 16:32 UTC)
|
Re: [TML] Now with added Foreword...!
Timothy Collinson
(17 Mar 2021 15:58 UTC)
|
Re: [TML] Now with added Foreword...!
James Catchpole
(17 Mar 2021 16:12 UTC)
|
Re: [TML] Now with added Foreword...!
Timothy Collinson
(18 Mar 2021 17:59 UTC)
|
Re: [TML] Now with added Foreword...!
James Catchpole
(18 Mar 2021 18:52 UTC)
|
Re: [TML] Now with added Foreword...!
Phil Pugliese
(18 Mar 2021 20:38 UTC)
|
Re: [TML] Now with added Foreword...!
Bruce Johnson
(19 Mar 2021 17:12 UTC)
|
Re: [TML] Now with added Foreword...!
Charles McKnight
(16 Mar 2021 16:16 UTC)
|
Re: [TML] Now with added Foreword...!
Timothy Collinson
(16 Mar 2021 20:18 UTC)
|
Re: [TML] Now with added Foreword...!
Timothy Collinson
(16 Mar 2021 08:56 UTC)
|
Re: [TML] Now with added Foreword...!
Brett Kruger
(19 Mar 2021 02:38 UTC)
|
On Tue, 16 Mar 2021 09:02:40 +0000, Timothy Collinson <xxxxxx@port.ac.uk> wrote: >Markdown I've not heard of, but will investigate. Markdown is a relatively new markup language, rather than an application. It's designed to be easily converted into other forms, but even when left alone, documents in it are easily human-readable. In some ways, it's a throwback to the days of plain text - you indicate *italics like this*, **bold like this**, and ***both like this***; paragraphs are separated by white space like in email, blockquoted material is prefixed by > (again, just like email), tables are actually drawn out, and so on. The original definition of Markdown can be found at https://daringfireball.net/projects/markdown/syntax but had some inconsistencies and ambiguities; https://commonmark.org/ ("CommonMark") describes a more consistent and unambiguous version that is becoming a *de facto* standard baseline, with https://github.github.com/gfm/ ("GitHub-Flavored Markdown" or "GFM") being a commonly-used extended version of the language, supporting tables, check-box lists, and a couple of other features useful in a GitHub-type environment. (Markdown is an acceptable format for submissions to Freelance Traveller.)