[roll] Roll fuchsia [bazel-docgen] fix markdown cell formatting

When creating a markdown cell we were replacing \n\n with <br><br> to
avoid breaking the formatting of the cell. However, we need to replace
all newlines instead of just new paragraphs.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1044735
Original-Revision: 39a05b20ee72e45edfda1135c0884f1d77a7b13e
GitOrigin-RevId: 7f31ec752ca3cb12dfb66504c0da9dcbda50aa6f
Change-Id: I899ed5f763ef708aaf978e65ce50e3e902ad8be7
1 file changed
tree: 88a07af9aa5153a23bf91afd0443b127f07c4b91
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.