+++ Sean Leonard [Jul 12 14 17:26 ]:
I think I can move on to my next question:
It seems that all Markdown content is expected to appear inside of a
block-level element in HTML parlance; i.e., inside or one of
its block-level descendants (, , , , ...,
etc.).
I tried to do some stuff, as i
* Alan Hogan [2014-07-10 23:00]:
> You are entirely correct that there is a strong chance that this API
> call would actually send an updated copy of a JSON object including
> fields such as “title”, “date”, “url”, and “body”, the last of which
> may implicitly or explicitly be Markdown data. (And
These are some of the things that lead to me releasing MultiMarkdown 9 years
ago:
* The realization that Markdown documents could be complete documents, and not
just a snippet of text to be inserted in a blog CMS
* That these complete documents would need some sort of metadata (Gruber was
not
> On Jul 12, 2014, at 8:52 PM, Karl Dubost wrote:
>
>
>> Le 13 juil. 2014 à 09:26, Sean Leonard a écrit :
>> Therefore, *when it matters*, what are strategies that Markdown users
>> currently use to manage HTML metadata such as those metadata items defined in
>
> search for multi-markdown.
>
We did some work on accessible markdown a year ago. Adding RDFa and aria
markup to help add metadata to the content. I don't think I have any good
pointers right now but it was all about making sure the generated HTML was
wcaag company and semantically meaningful.
On Jul 12, 2014 7:52 PM, "Karl Dub
Le 13 juil. 2014 à 09:26, Sean Leonard a écrit :
> Therefore, *when it matters*, what are strategies that Markdown users
> currently use to manage HTML metadata such as those metadata items defined in
search for multi-markdown.
http://fletcher.github.io/MultiMarkdown-4/metadata
--
Karl Dubos
I think I can move on to my next question:
It seems that all Markdown content is expected to appear inside of a
block-level element in HTML parlance; i.e., inside or one of its
block-level descendants (, , , , ..., etc.).
I tried to do some stuff, as in:
http://johnmacfarlane.net/babelmark2