fix: Correct line break formatting for readability
Browse filesOn the Hugging Face platform, the Markdown renderer was collapsing single newlines, causing description text and URLs to appear on the same line.
This commit applies explicit hard line breaks to ensure that links are consistently displayed on a new line below their corresponding text, significantly improving the readability and structure of the profile.
README.md
CHANGED
@@ -116,9 +116,9 @@ I'm especially passionate about developing **AI-powered frameworks** that integr
|
|
116 |
https://www.amazon.com/author/michaellorenz
|
117 |
- **Amazon Kindle Direct Publishing Page** β Profile Page
|
118 |
https://www.kdpcommunity.com/s/profile/005at000001pdjV
|
119 |
-
- **Fabrication and characterization of aluminum-containing ferritic ODS alloys for improved corrosion resistance** β Paper on KIT Page
|
120 |
https://publikationen.bibliothek.kit.edu/230093432/6211433
|
121 |
-
- **Fabrication and characterization of aluminum-containing ferritic ODS alloys for improved corrosion resistance** β Paper on IAEA Page
|
122 |
https://inis.iaea.org/records/3dhkc-65y07
|
123 |
|
124 |
### π€ AI Tools & Strategic GPTs
|
@@ -168,11 +168,11 @@ I'm especially passionate about developing **AI-powered frameworks** that integr
|
|
168 |
|
169 |
- **Spotify Podcast Creator** - Michael Lorenz AI & Strategy
|
170 |
https://creators.spotify.com/pod/show/michaellorenz/
|
171 |
-
- **Spotify Podcast (Substack Feed)** - Michael Lorenz, M.Sc. Energy & Environment Technology (KIT) Podcast
|
172 |
https://open.spotify.com/show/6cLgxVrLctWP9GlQabfkel
|
173 |
-
- **Spotify Podcast** - Welcome to Michael Lorenz β The Podcast on AI, Digital Strategy and Future Technologies! Podcast
|
174 |
https://open.spotify.com/show/3HfSiy4rE680CiC5rXug2F
|
175 |
-
- **Spotify Podcast RSS Feed** - Welcome to Michael Lorenz β The Podcast on AI, Digital Strategy and Future Technologies!
|
176 |
https://anchor.fm/s/10295b2f0/podcast/rss
|
177 |
- **Substack Podcast RSS Feed** - Michael Lorenz M.Sc. Energy
|
178 |
https://api.substack.com/feed/podcast/4336081.rss
|
|
|
116 |
https://www.amazon.com/author/michaellorenz
|
117 |
- **Amazon Kindle Direct Publishing Page** β Profile Page
|
118 |
https://www.kdpcommunity.com/s/profile/005at000001pdjV
|
119 |
+
- **Fabrication and characterization of aluminum-containing ferritic ODS alloys for improved corrosion resistance** β Paper on KIT Page
|
120 |
https://publikationen.bibliothek.kit.edu/230093432/6211433
|
121 |
+
- **Fabrication and characterization of aluminum-containing ferritic ODS alloys for improved corrosion resistance** β Paper on IAEA Page
|
122 |
https://inis.iaea.org/records/3dhkc-65y07
|
123 |
|
124 |
### π€ AI Tools & Strategic GPTs
|
|
|
168 |
|
169 |
- **Spotify Podcast Creator** - Michael Lorenz AI & Strategy
|
170 |
https://creators.spotify.com/pod/show/michaellorenz/
|
171 |
+
- **Spotify Podcast (Substack Feed)** - Michael Lorenz, M.Sc. Energy & Environment Technology (KIT) Podcast
|
172 |
https://open.spotify.com/show/6cLgxVrLctWP9GlQabfkel
|
173 |
+
- **Spotify Podcast** - Welcome to Michael Lorenz β The Podcast on AI, Digital Strategy and Future Technologies! Podcast
|
174 |
https://open.spotify.com/show/3HfSiy4rE680CiC5rXug2F
|
175 |
+
- **Spotify Podcast RSS Feed** - Welcome to Michael Lorenz β The Podcast on AI, Digital Strategy and Future Technologies!
|
176 |
https://anchor.fm/s/10295b2f0/podcast/rss
|
177 |
- **Substack Podcast RSS Feed** - Michael Lorenz M.Sc. Energy
|
178 |
https://api.substack.com/feed/podcast/4336081.rss
|