Docs for Newton's notation for derivatives (#670)

This commit is contained in:
Eric Biedert 2023-04-11 13:56:08 +02:00 committed by GitHub
parent f096b7b544
commit a7dfed86c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ pub struct AccentElem {
/// Supported accents include:
///
/// | Accent | Name | Codepoint |
/// | ------------ | --------------- | --------- |
/// | ------------- | --------------- | --------- |
/// | Grave | `grave` | <code>&DiacriticalGrave;</code> |
/// | Acute | `acute` | `´` |
/// | Circumflex | `hat` | `^` |
@ -38,6 +38,9 @@ pub struct AccentElem {
/// | Macron | `macron` | `¯` |
/// | Breve | `breve` | `˘` |
/// | Dot | `dot` | `.` |
/// | Double dot | `dot.double` | `¨` |
/// | Triple dot | `dot.triple` | <code>&tdot;</code> |
/// | Quadruple dot | `dot.quad` | <code>&DotDot;</code> |
/// | Diaeresis | `diaer` | `¨` |
/// | Circle | `circle` | `∘` |
/// | Double acute | `acute.double` | `˝` |