Skip to content

Commit 2f2bc60

Browse files
Removing uppercase letters from properties, and improving the property matching regex
1 parent f085ef5 commit 2f2bc60

File tree

179 files changed

+713
-713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+713
-713
lines changed

snippets/c/basics/hello-world.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Hello, World!
3-
Description: Prints Hello, World! to the terminal.
4-
Author: 0xHouss
5-
Tags: c,printing,hello-world,utility
2+
title: Hello, World!
3+
description: Prints Hello, World! to the terminal.
4+
author: 0xHouss
5+
tags: c,printing,hello-world,utility
66
---
77

88
```c

snippets/c/mathematical-functions/factorial-function.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Factorial Function
3-
Description: Calculates the factorial of a number.
4-
Author: 0xHouss
5-
Tags: c,math,factorial,utility
2+
title: Factorial Function
3+
description: Calculates the factorial of a number.
4+
author: 0xHouss
5+
tags: c,math,factorial,utility
66
---
77

88
```c

snippets/c/mathematical-functions/power-function.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Power Function
3-
Description: Calculates the power of a number.
4-
Author: 0xHouss
5-
Tags: c,math,power,utility
2+
title: Power Function
3+
description: Calculates the power of a number.
4+
author: 0xHouss
5+
tags: c,math,power,utility
66
---
77

88
```c

snippets/cpp/basics/hello-world.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Hello, World!
3-
Description: Prints Hello, World! to the terminal.
4-
Author: James-Beans
5-
Tags: cpp,printing,hello-world,utility
2+
title: Hello, World!
3+
description: Prints Hello, World! to the terminal.
4+
author: James-Beans
5+
tags: cpp,printing,hello-world,utility
66
---
77

88
```cpp

snippets/cpp/string-manipulation/reverse-string.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Reverse String
3-
Description: Reverses the characters in a string.
4-
Author: Vaibhav-kesarwani
5-
Tags: cpp,array,reverse,utility
2+
title: Reverse String
3+
description: Reverses the characters in a string.
4+
author: Vaibhav-kesarwani
5+
tags: cpp,array,reverse,utility
66
---
77

88
```cpp

snippets/cpp/string-manipulation/split-string.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Split String
3-
Description: Splits a string by a delimiter
4-
Author: saminjay
5-
Tags: cpp,string,split,utility
2+
title: Split String
3+
description: Splits a string by a delimiter
4+
author: saminjay
5+
tags: cpp,string,split,utility
66
---
77

88
```cpp

snippets/css/buttons/3d-button-effect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: 3D Button Effect
3-
Description: Adds a 3D effect to a button when clicked.
4-
Author: dostonnabotov
5-
Tags: css,button,3D,effect
2+
title: 3D Button Effect
3+
description: Adds a 3D effect to a button when clicked.
4+
author: dostonnabotov
5+
tags: css,button,3D,effect
66
---
77

88
```css

snippets/css/buttons/button-hover-effect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Button Hover Effect
3-
Description: Creates a hover effect with a color transition.
4-
Author: dostonnabotov
5-
Tags: css,button,hover,transition
2+
title: Button Hover Effect
3+
description: Creates a hover effect with a color transition.
4+
author: dostonnabotov
5+
tags: css,button,hover,transition
66
---
77

88
```css

snippets/css/buttons/macos-button.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: MacOS Button
3-
Description: A macOS-like button style, with hover and shading effects.
4-
Author: e3nviction
5-
Tags: css,button,macos,hover,transition
2+
title: MacOS Button
3+
description: A macOS-like button style, with hover and shading effects.
4+
author: e3nviction
5+
tags: css,button,macos,hover,transition
66
---
77

88
```css

snippets/css/effects/blur-background.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
Title: Blur Background
3-
Description: Applies a blur effect to the background of an element.
4-
Author: dostonnabotov
5-
Tags: css,blur,background,effects
2+
title: Blur Background
3+
description: Applies a blur effect to the background of an element.
4+
author: dostonnabotov
5+
tags: css,blur,background,effects
66
---
77

88
```css

0 commit comments

Comments
 (0)