Skip to content

Added markdown format processing of comment fields #1075

Merged
danbri merged 2 commits intosdo-deimosfrom
markdown
Apr 11, 2016
Merged

Added markdown format processing of comment fields #1075
danbri merged 2 commits intosdo-deimosfrom
markdown

Conversation

@RichardWallis
Copy link
Contributor

See https://daringfireball.net/projects/markdown/syntax

For links within Schema.org site use [[target]] for example [[CreativeWork]] will result in
<a href="proxy.php?url=/CreativeWork">Creative Work</a>

Other options:
_term_ becomes <em>term</em>
__term__ becomes <strong>term</strong>
List\n\n* Item\n becomes List<ul><li>Item</li></ul>

See issue (#181)

Once applied an issue to address the changing of comments containing escaped html codes in *.rdfa files should be created.

See https://daringfireball.net/projects/markdown/syntax
For links within Schema.org site use [[target]] for example [[CreativeWork]] will result in <a href="proxy.php?url=/CreativeWork">Creative Work</a>
@mfhepp
Copy link
Contributor

mfhepp commented Apr 4, 2016

Strong +1!

…nt) to markdown format and....

Merge remote-tracking branch 'origin/sdo-deimos' into markdown
@danbri danbri added the site tools + python code Infrastructural issues around schema.org site. Most can ignore this! label Apr 11, 2016
@danbri danbri added this to the sdo-deimos release milestone Apr 11, 2016
@danbri danbri merged commit 8e48ff7 into sdo-deimos Apr 11, 2016
@danbri
Copy link
Contributor

danbri commented Apr 19, 2016

See #1106 for followup details.

@RichardWallis RichardWallis deleted the markdown branch February 15, 2019 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

site tools + python code Infrastructural issues around schema.org site. Most can ignore this!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants