Doc formatting fix, take two

Follow-up to https://github.com/bazelbuild/bazel/commit/210cdeb8a7836c5fd586a29d73c8013f325d3883

RELNOTES: None
PiperOrigin-RevId: 183665009
diff --git a/site/docs/skylark/bzl-style.md b/site/docs/skylark/bzl-style.md
index a76d8aa..9a7d704 100644
--- a/site/docs/skylark/bzl-style.md
+++ b/site/docs/skylark/bzl-style.md
@@ -40,8 +40,6 @@
 ## General advice
 
 * Use [skylint](skylint.md)
--->
-
 
 ## Style
 
diff --git a/site/docs/skylark/performance.md b/site/docs/skylark/performance.md
index ac36888..9b77a01 100644
--- a/site/docs/skylark/performance.md
+++ b/site/docs/skylark/performance.md
@@ -207,7 +207,6 @@
   ```
   **NOTE**: The bazel repository comes with an allocation instrumenter.
   Make sure to adjust '$(BAZEL)' for your repository location.
--->
 
 These start the server in memory tracking mode. If you forget these for even
 one Bazel invocation the server will restart and you will have to start over.
@@ -260,7 +259,6 @@
 getting a flame graph by using `pprof -flame $HOME/prof.gz`.
 
   You can get `pprof` from https://github.com/google/pprof.
--->
 
 In this case we get a text dump of the hottest call sites annotated with lines: