This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-plugins.git
The following commit(s) were added to refs/heads/main by this push:
new 96489ed fix: adjust formatting in license comments for consistency
96489ed is described below
commit 96489ed442b58a0564672097849b966e17080a7a
Author: robin <[email protected]>
AuthorDate: Thu Dec 25 14:15:07 2025 +0800
fix: adjust formatting in license comments for consistency
---
editor-stacks/global.d.ts | 1 +
render-markdown-codehighlight/generate-theme.cjs | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/editor-stacks/global.d.ts b/editor-stacks/global.d.ts
index e3770b4..1a95ef7 100644
--- a/editor-stacks/global.d.ts
+++ b/editor-stacks/global.d.ts
@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
+
declare module '*.css?raw' {
const content: string;
export default content;
diff --git a/render-markdown-codehighlight/generate-theme.cjs
b/render-markdown-codehighlight/generate-theme.cjs
index 2b36e0b..965eb06 100644
--- a/render-markdown-codehighlight/generate-theme.cjs
+++ b/render-markdown-codehighlight/generate-theme.cjs
@@ -11,8 +11,8 @@
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
- * OF ANY KIND, either express or implied. See the License for the
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/