11"""
2- * Copyright 2020 The Backstage Authors
3- *
4- * Licensed under the Apache License, Version 2.0 (the "License");
5- * you may not use this file except in compliance with the License.
6- * You may obtain a copy of the License at
7- *
8- * http://www.apache.org/licenses/LICENSE-2.0
9- *
10- * Unless required by applicable law or agreed to in writing, software
11- * distributed under the License is distributed on an "AS IS" BASIS,
12- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13- * See the License for the specific language governing permissions and
14- * limitations under the License.
2+ * Copyright 2020 The Backstage Authors
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
1515"""
1616
1717import tempfile
@@ -124,7 +124,7 @@ def on_config(self, config):
124124 "danger" ,
125125 "bug" ,
126126 "example" ,
127- "quote"
127+ "quote" ,
128128 ]
129129 }
130130 config ["markdown_extensions" ].append ("pymdownx.blocks.details" )
@@ -143,7 +143,7 @@ def on_config(self, config):
143143 {"name" : "details-danger" , "class" : "danger" },
144144 {"name" : "details-bug" , "class" : "bug" },
145145 {"name" : "details-example" , "class" : "example" },
146- {"name" : "details-quote" , "class" : "quote" }
146+ {"name" : "details-quote" , "class" : "quote" },
147147 ]
148148 }
149149 config ["markdown_extensions" ].append ("pymdownx.blocks.tab" )
0 commit comments