mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +03:00
GraphContent: inherit size, weight for links
This commit is contained in:
parent
aa18917d5d
commit
ead07b9c4f
@ -37,8 +37,7 @@ export const Omnibus = Template.bind({});
|
||||
Omnibus.args = {
|
||||
contents: [
|
||||
{
|
||||
text: `
|
||||
# Structure of Document
|
||||
text: `# Structure of Document
|
||||
|
||||
Document is organized by Symptom, Diagnosis and Mitigation. Symptoms are user-level difficulties, problems, etc. this section also includes the differential diagnosis (ie, is a ship unavailable because it’s down or because eyre is not responding). Diagnosis is the root cause of the symptom. Mitigation includes steps that can be taken to fix the user’s problem. It also will define who can take certain mitigation steps.
|
||||
|
||||
@ -46,7 +45,7 @@ There are presumed to be 3 roles of support:
|
||||
- **Kenny**: has normal web access but no GCP Permissions
|
||||
- **Jose**: Has GCP Permissions and can perform common procedures using the ylem tooling
|
||||
|
||||
## Second Heading
|
||||
## Second Heading [and a link](https://urbit.org)
|
||||
|
||||
This demonstration text includes an inline mention here
|
||||
`,
|
||||
|
@ -336,6 +336,8 @@ const renderers = {
|
||||
display="inline"
|
||||
href={props.url}
|
||||
borderBottom="1"
|
||||
fontSize="inherit"
|
||||
fontWeight="inherit"
|
||||
color="black"
|
||||
target="_blank"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user