Skip to content

Commit

Permalink
Merge branch 'next' into fix/rollback-html-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Oct 21, 2024
2 parents 772358b + 3637314 commit 1d0c92c
Show file tree
Hide file tree
Showing 6 changed files with 576 additions and 40 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
===

## Version 7.6.7

### ✨ New & Improved

* **Image:** match new alignment selectors ([#992](https://github.com/readmeio/markdown/issues/992)) ([73bca2b](https://github.com/readmeio/markdown/commit/73bca2b5c834c68de5138707c0151632790416ab))


### 🛠 Fixes & Updates

* better tag handling ([#991](https://github.com/readmeio/markdown/issues/991)) ([e6aa82d](https://github.com/readmeio/markdown/commit/e6aa82d256d0662571da0103633b94920d15e5fc))
* respect the top-level `copyButtons` option ([#990](https://github.com/readmeio/markdown/issues/990)) ([1242413](https://github.com/readmeio/markdown/commit/12424139bd02ee13b213e49f165961239798a519)), closes [#964](https://github.com/readmeio/markdown/issues/964) [/github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts#L28](https://github.com/readmeio//github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts/issues/L28) [/github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts#L28](https://github.com/readmeio//github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts/issues/L28) [/github.com/readmeio/markdown/blob/b9502adb306f099cd91e005df17c0be252019814/options.js#L1-L22](https://github.com/readmeio//github.com/readmeio/markdown/blob/b9502adb306f099cd91e005df17c0be252019814/options.js/issues/L1-L22)


### 📘 Tests & Docs

* readme updates ([#993](https://github.com/readmeio/markdown/issues/993)) ([3a4e30d](https://github.com/readmeio/markdown/commit/3a4e30d3349ff130e8b212293e6ffb44b3586278))

## Version 7.6.6

### 🛠 Fixes & Updates
Expand Down
5 changes: 1 addition & 4 deletions components/Image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,13 @@
content: '\f00d';
cursor: pointer;
display: inline-block;
font: normal normal normal 2em/1 FontAwesome;
font-family: var(--fa-style-family, 'Font Awesome 6 Pro');
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
opacity: 1;
position: fixed;
right: 1em;
text-rendering: auto;
top: 1em;
transform: translate(0, 0);
transform: scale(1.5);
transition: 0.3s 0.3s ease-in;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/callouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ summary {
<details>
<summary><em>Setting the Custom Icon Font</em></summary><br />

The custom icon font defaults to `FontAwesome`, but you can use any font family available on the page by setting the `--icon-font` variable!
The custom icon font defaults to `Font Awesome 6 Pro`.

```css
.callout[theme='📷'] {
Expand Down
Loading

0 comments on commit 1d0c92c

Please sign in to comment.