obsidianmd / obsidian-clipper

Highlight and capture the web in your favorite browser. The official Web Clipper extension for Obsidian.
https://obsidian.md/clipper
MIT License
1.11k stars 62 forks source link

BUG: Plugin doesn't save code formatting indentation in Medium posts #145

Open danieltomasz opened 3 weeks ago

danieltomasz commented 3 weeks ago

Version (please complete the following information):

Code in medium post has wrong formatting and intendation isn't saved; (in locked and unlocked post) For example here https://medium.com/@LearnPythonProgramming/exploratory-data-analysis-eda-with-python-a-hands-on-guide-ef5e20484ba8 following code

import pandas as pd

# Load the dataset
data = pd.read_csv('movies.csv')

# Display the first few rows
print(data.head())

is added as

import pandas as pddata = pd.read_csv('movies.csv')print(data.head())

into markdown file

Alezy80 commented 3 weeks ago

The same issue on Habr.com. Look code at the middle of the post

aquinary commented 2 weeks ago

Same problem

crosfield commented 20 hours ago

Confirm the problem on habr.com