Zhenbang Xiao (Stark Shaw)
Zhenbang Xiao (Stark Shaw)
In CSS, you need to have a line like this: ``` font-feature-settings: 'ss01', 'ss02', 'ss03'; ``` As of which is which, you can see the reference on the buttons. If...
It depends on where do you want that font feature applied. You can only apply to a `` if you want, or you can apply to the entire ``.
Interesting. Can we make it accept either way as long as a ":" is present? New error after the modification: ``` $ awscurl --service lambda --region eu-west-1 --profile default 'https://lambda..amazonaws.com/2015-03-31/functions//invocations?Qualifier=$LATEST'...
The URL is not wrong. I masked my value out :)
I attempted to do a more robust test. Here's what I have: - An API Gateway POST API with no authorization - An API Gateway POST API with IAM authorization...
You can add custom CSS for `.dark-theme` to override that. I am using something like this in `custom.styl`: ``` // Dark mode for pre .dark-theme .post-content figure, .dark-theme .post-content figure.highlight...