Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added into on how to replace newlines in the markdown

This Example is generated directly from the Github Markdown Format file: ONAPcommon.md

Use <ctrl><shift>M in Atom to view markdown when editing

Note the MD file embedded inside the swagger needs to replace the newlines with "\n"

To do this in the Atom Editor:

  • open "find / replace", select "Use Regex" shown as ".*"

  • To replace newlines: find: "\r?\n|\r" (without quotes)  AND replace: "\\n" (without quotes)


--------------------------------------------------------------------

...