mmarkdown / mmark

Mmark: a powerful markdown processor in Go geared towards the IETF
https://mmark.miek.nl
Other
480 stars 45 forks source link

Give examples of individual submssions #141

Closed wbl closed 2 years ago

wbl commented 3 years ago

RFCs are all well and good, but I write individual submissions first! An example or two would be very helpful.

miekg commented 3 years ago

Do you have some XML that does this as this is very underspecified in the spec?

miekg commented 2 years ago

this gives me an independent submission.

%%%
title = "Fifty Years of RFCs"
abbrev = "Fifty Years of RFCs"
ipr= "trust200902"
area = "Internet"
workgroup = "Network Working Group"
submissiontype = "independent"
keyword = ["History", "RFC Series", "Retrospective"]
#date = 2003-04-01T00:00:00Z

[seriesInfo]
name = "RFC"
value = "8700"
stream = "independent"
status = "informational"

[[author]]
initials = "H."
surname = "Flanagan"
fullname = "Heather Flanagan"
role = "editor"
organization = "RFC Editor"
  [author.address]
  email = "rse@rfc-editor.org"
  uri = "https://orcid.org/0000-0002-2647-2220"
%%%
miekg commented 2 years ago

also https://mmark.miek.nl/post/faq/#how-do-i-create-an-independent-ietf-document ...

wbl commented 2 years ago

Great! I will go open a PR to add this to the examples/documentation.