Closed paskal closed 6 years ago
Hi @paskal
Does wrapping your image using fluid_imgs
fix the problem? Take a look at this for usage.
It could fix the problem but it won't change the fact standard ![image_alt_text](image_link)
is rendered improperly.
@paskal the only md engine I'm aware of (there may be others out there though) is https://github.com/gettalong/kramdown which would let you have ![alt name](image link){:width=dim height=dim}
You should ask the hugo devs
See https://github.com/takuti/takuti.me/blob/master/_content/note/hugo-markdown-and-mathjax.md
Guys, guys, it's as simple as https://github.com/dim0627/hugo_theme_beg/commit/7718359506a2447ef0489dcd6bd7360f21eb93cb
Guys, guys, it's as simple as dim0627/hugo_theme_beg@7718359
You're right.... for max-width
you have a pure-img-responsive
on fluids_images.html.... So replacing the .pure-img-responsive
on side-menu.css seems to resolve it.
Perhaps would it not be better to create your own custom css with the fix and use it with custom_css
?
Create my own custom_css to get generic markdown syntax properly rendered? I've got you.
@paskal thanks for bringing it up. If you were to modify ( as per your suggestion with https://github.com/dim0627/hugo_theme_beg/commit/7718359 ), side-menu.css 's pure-img-responsive
with something as simple as img
, further changes on this theme are still required.
Try it out... It would render momentarily.
I think other hugo themes may benefit from your finding. I'll reference you accordingly.
Hello!
I've stumbled upon the issue exactly the same as https://github.com/dim0627/hugo_theme_beg/issues/19:
Source code: