Update code block designations
authorJacques Pienaar <jpienaar@google.com>
Wed, 18 Dec 2019 18:48:02 +0000 (10:48 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 18 Dec 2019 18:57:59 +0000 (10:57 -0800)
commitd7e2cc9bd1d17cbc7182bd904a9173817745525a
tree9cf94f5abf6ca3992c5e5089ee7bf2cec9cbda44
parent2666b97314ad1b50f88fcc4376ae941f601f67ea
Update code block designations

'```mlir' is used to indicate the code block is MLIR code/should use MLIR syntax
highlighting, while '{.mlir}' was a markdown extension that used a style file
to color the background differently of the code block. The background color
extension was a custom one that we can retire given we have syntax
highlighting.

Also change '```td' to '```tablegen' to match chroma syntax highlighting
designation.

PiperOrigin-RevId: 286222976
14 files changed:
mlir/g3doc/Dialects/SPIR-V.md
mlir/g3doc/Dialects/Standard.md
mlir/g3doc/QuickstartRewrites.md
mlir/g3doc/Traits.md
mlir/g3doc/Tutorials/Toy/Ch-3.md
mlir/g3doc/Tutorials/Toy/Ch-4.md
mlir/g3doc/Tutorials/Toy/Ch-5.md
mlir/g3doc/Tutorials/Toy/Ch-6.md
mlir/g3doc/Tutorials/Toy/Ch-7.md
mlir/g3doc/includes/style.css [deleted file]
mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
mlir/include/mlir/Dialect/Linalg/IR/LinalgTypes.h
mlir/include/mlir/IR/AffineMap.h
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp