[roll] Roll fuchsia [docs] Clarify IfThisThenThat check for Markdown

Syntaxes that do not support `//` comment notation must escape the `//` somehow.
Markdown is far and away the most common (only?) example where this is a
concer for Fuchsia (Go, Rust, Protocol Buffers, C++ all support `//`)

This CL clarifies what to do for Markdown.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/727422
Original-Revision: b79c60f316810c9179b7481701117b9bf0590b0f
GitOrigin-RevId: 7dd23e8997b66efeb0a3b4453fbe1d2336198056
Change-Id: I463d10bc6a79ca851c68a72e48d4a322c301b59c
1 file changed
tree: 5f13f524a691dec1bd1d4fab3319fc70caa178e1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.