Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added markdown format processing of comment fields #1075

Merged
merged 2 commits into from
Apr 11, 2016
Merged

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="/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="/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